Skip to content

Commit

Permalink
Fix download-artifact action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Nov 17, 2021
1 parent a8db3d4 commit 8a390e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v2.10.0
- uses: actions/download-artifact@v2.0.10
name: Download artifacts
with:
name: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v2.10.0
- uses: actions/download-artifact@v2.0.10
name: Download artifacts
with:
name: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ name: Unit test
retention-days: 7
<% endset %>
<% set download_install_steps %>
- uses: actions/download-artifact@v2.10.0
- uses: actions/download-artifact@v2.0.10
with:
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }}
- name: Untar install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Clean workspace
run: rm -rf ./*

- uses: actions/download-artifact@v2.10.0
- uses: actions/download-artifact@v2.0.10
with:
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }}
- name: Untar install
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
with:
submodules: true
path: code
- uses: actions/download-artifact@v2.10.0
- uses: actions/download-artifact@v2.0.10
with:
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }}
- name: Untar install
Expand Down

0 comments on commit 8a390e4

Please sign in to comment.