mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Testing - Upgrading action script versions #111
Fixing dependabot alert issue with version upgrade
This commit is contained in:
parent
857b1b648d
commit
72415a8313
@ -382,7 +382,7 @@ jobs:
|
|||||||
|
|
||||||
# Step: Download and extract install directory
|
# Step: Download and extract install directory
|
||||||
- name: Download and extract install directory
|
- name: Download and extract install directory
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: install-windows-x64
|
name: install-windows-x64
|
||||||
path: install
|
path: install
|
||||||
@ -442,7 +442,7 @@ jobs:
|
|||||||
|
|
||||||
# Step: Download and extract install directory
|
# Step: Download and extract install directory
|
||||||
- name: Download and extract install directory
|
- name: Download and extract install directory
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: install-windows-clang-x64
|
name: install-windows-clang-x64
|
||||||
path: install
|
path: install
|
||||||
@ -492,7 +492,7 @@ jobs:
|
|||||||
|
|
||||||
# Step: Download and extract install directory
|
# Step: Download and extract install directory
|
||||||
- name: Download and extract install directory
|
- name: Download and extract install directory
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: install-macos-x64
|
name: install-macos-x64
|
||||||
path: install
|
path: install
|
||||||
@ -552,7 +552,7 @@ jobs:
|
|||||||
|
|
||||||
# Step: Download and extract install directory
|
# Step: Download and extract install directory
|
||||||
- name: Download and extract install directory
|
- name: Download and extract install directory
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: install-macos-gcc-x64
|
name: install-macos-gcc-x64
|
||||||
path: install
|
path: install
|
||||||
@ -624,7 +624,7 @@ jobs:
|
|||||||
|
|
||||||
# Step: Download and extract install directory
|
# Step: Download and extract install directory
|
||||||
- name: Download and extract install directory
|
- name: Download and extract install directory
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: install-linux-clang-x64
|
name: install-linux-clang-x64
|
||||||
path: install
|
path: install
|
||||||
@ -697,7 +697,7 @@ jobs:
|
|||||||
|
|
||||||
# Step: Download and extract install directory
|
# Step: Download and extract install directory
|
||||||
- name: Download and extract install directory
|
- name: Download and extract install directory
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: install-linux-gcc-x64
|
name: install-linux-gcc-x64
|
||||||
path: install
|
path: install
|
||||||
@ -745,42 +745,42 @@ jobs:
|
|||||||
|
|
||||||
# Step: Download all test results (Windows x64)
|
# Step: Download all test results (Windows x64)
|
||||||
- name: Download all test results (Windows x64)
|
- name: Download all test results (Windows x64)
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: results-windows-x64
|
name: results-windows-x64
|
||||||
path: results/windows-x64
|
path: results/windows-x64
|
||||||
|
|
||||||
# Step: Download all test results (Windows Clang x64)
|
# Step: Download all test results (Windows Clang x64)
|
||||||
- name: Download all test results (Windows Clang x64)
|
- name: Download all test results (Windows Clang x64)
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: results-windows-clang-x64
|
name: results-windows-clang-x64
|
||||||
path: results/windows-clang-x64
|
path: results/windows-clang-x64
|
||||||
|
|
||||||
# Step: Download all test results (macOS x64)
|
# Step: Download all test results (macOS x64)
|
||||||
- name: Download all test results (macOS x64)
|
- name: Download all test results (macOS x64)
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: results-macos-x64
|
name: results-macos-x64
|
||||||
path: results/macos-x64
|
path: results/macos-x64
|
||||||
|
|
||||||
# Step: Download all test results (macOS GCC x64)
|
# Step: Download all test results (macOS GCC x64)
|
||||||
- name: Download all test results (macOS GCC x64)
|
- name: Download all test results (macOS GCC x64)
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: results-macos-gcc-x64
|
name: results-macos-gcc-x64
|
||||||
path: results/macos-gcc-x64
|
path: results/macos-gcc-x64
|
||||||
|
|
||||||
# Step: Download all test results (Linux Clang x64)
|
# Step: Download all test results (Linux Clang x64)
|
||||||
- name: Download all test results (Linux Clang x64)
|
- name: Download all test results (Linux Clang x64)
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: results-linux-clang-x64
|
name: results-linux-clang-x64
|
||||||
path: results/linux-clang-x64
|
path: results/linux-clang-x64
|
||||||
|
|
||||||
# Step: Download all test results (Linux GCC x64)
|
# Step: Download all test results (Linux GCC x64)
|
||||||
- name: Download all test results (Linux GCC x64)
|
- name: Download all test results (Linux GCC x64)
|
||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: results-linux-gcc-x64
|
name: results-linux-gcc-x64
|
||||||
path: results/linux-gcc-x64
|
path: results/linux-gcc-x64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user