Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 3.0.2 to 4.0.0 #1250

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/buildmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,39 +204,39 @@ jobs:
mkdir -p tools/buildmgr/cbuildgen/distribution/doc

- name: Download cbuildgen linux-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: cbuildgen-linux-amd64
path: tools/buildmgr/cbuildgen/distribution/bin/

- name: Download cbuildgen linux-arm64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: cbuildgen-linux-arm64
path: tools/buildmgr/cbuildgen/distribution/bin/

- name: Download cbuildgen macos-amd64
if: ${{ !github.event.repository.private }}
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: cbuildgen-darwin-amd64
path: tools/buildmgr/cbuildgen/distribution/bin/

- name: Download cbuildgen macos-arm64
if: ${{ !github.event.repository.private }}
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: cbuildgen-darwin-arm64
path: tools/buildmgr/cbuildgen/distribution/bin/

- name: Download cbuildgen windows-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: cbuildgen-windows-amd64
path: tools/buildmgr/cbuildgen/distribution/bin/

- name: Download cbuildgen windows-arm64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: cbuildgen-windows-arm64
path: tools/buildmgr/cbuildgen/distribution/bin/
Expand All @@ -247,7 +247,7 @@ jobs:
working-directory: tools/buildmgr/cbuildgen/distribution/bin

- name: Download documentation
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: documentation
path: tools/buildmgr/cbuildgen/distribution/doc/
Expand Down Expand Up @@ -370,13 +370,13 @@ jobs:
path: ${{ env.CMSIS_PACK_ROOT }}

- name: Download cbuild_install
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: cbuild_install
path: ${{ github.workspace }}

- name: Download deb_package
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: deb_package
path: ${{ github.workspace }}
Expand Down Expand Up @@ -583,7 +583,7 @@ jobs:
matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }}
steps:
- name: Download cbuild_install
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: cbuild_install
path: ${{ github.workspace }}
Expand Down Expand Up @@ -624,7 +624,7 @@ jobs:
image: [ "debian:buster" ]
steps:
- name: Download cbuild_install
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: cbuild_install
path: ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
lcov

- name: Download coverage report
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: coverage-report
path: coverage/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packchk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
mkdir -p tools/packchk/distribution/

- name: Download coverage report
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: coverage-report
path: tools/packchk/distribution/coverage/
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/packgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,37 +97,37 @@ jobs:
cp -r tools/packgen/test/data/CMakeTestMultipleBuilds/ tools/packgen/distribution/doc/examples/

- name: Download packgen linux-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: packgen-linux-amd64
path: tools/packgen/distribution/bin/linux-amd64/

- name: Download packgen linux arm64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: packgen-linux-arm64
path: tools/packgen/distribution/bin/linux-arm64/

- name: Download packgen macos-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: packgen-darwin-amd64
path: tools/packgen/distribution/bin/darwin-amd64/

- name: Download packgen macos-arm64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: packgen-darwin-arm64
path: tools/packgen/distribution/bin/darwin-arm64/

- name: Download packgen windows-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: packgen-windows-amd64
path: tools/packgen/distribution/bin/windows-amd64/

- name: Download packgen windows-arm64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: packgen-windows-arm64
path: tools/packgen/distribution/bin/windows-arm64/
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/projmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,69 +154,69 @@ jobs:
cp -r tools/projmgr/templates/* tools/projmgr/distribution/etc/

- name: Download projmgr linux-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-linux-amd64
path: tools/projmgr/distribution/bin/linux-amd64/

- name: Download projmgr linux-arm64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-linux-arm64
path: tools/projmgr/distribution/bin/linux-arm64/

- name: Download projmgr macos-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-darwin-amd64
path: tools/projmgr/distribution/bin/darwin-amd64/

- name: Download projmgr macos-arm64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-darwin-arm64
path: tools/projmgr/distribution/bin/darwin-arm64/

- name: Download projmgr windows-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-windows-amd64
path: tools/projmgr/distribution/bin/windows-amd64/

- name: Download projmgr windows-arm64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-windows-arm64
path: tools/projmgr/distribution/bin/windows-arm64/

- name: Download projmgr-swig-python linux-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-swig-python-linux-amd64
path: tools/projmgr/distribution/lib/linux-amd64/python/

- name: Download projmgr-swig-python macos-amd64
if: ${{ !github.event.repository.private }}
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-swig-python-darwin-amd64
path: tools/projmgr/distribution/lib/darwin-amd64/python/

- name: Download projmgr-swig-python windows-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-swig-python-windows-amd64
path: tools/projmgr/distribution/lib/windows-amd64/python/

- name: Download projmgr-swig-go linux-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-swig-go-linux-amd64
path: tools/projmgr/distribution/lib/linux-amd64/go/

- name: Download projmgr-swig-go macos-amd64
if: ${{ !github.event.repository.private }}
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: projmgr-swig-go-darwin-amd64
path: tools/projmgr/distribution/lib/darwin-amd64/go/
Expand All @@ -235,20 +235,20 @@ jobs:
asset_name: projmgr.zip

- name: Download test report windows-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: unit_test_result-windows-amd64
path: tools/testreport/windows-amd64/

- name: Download test report linux-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: unit_test_result-linux-amd64
path: tools/testreport/linux-amd64/

- name: Download test report macos-amd64
if: ${{ !github.event.repository.private }}
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: unit_test_result-darwin-amd64
path: tools/testreport/darwin-amd64/
Expand All @@ -267,7 +267,7 @@ jobs:
asset_name: testreport.zip

- name: Download coverage report
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: coverage-report
path: tools/coverage/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/svdconv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
mkdir -p tools/svdconv/distribution/

- name: Download coverage report
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: coverage-report
path: tools/svdconv/distribution/coverage/
Expand Down
Loading