Skip to content

Commit

Permalink
change actions/download-artifact: v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmotea committed Sep 16, 2024
1 parent 72e2dcd commit 1ba7fcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Download container artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: ci-${{ matrix.arch }}-${{ github.run_number }}.tar

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
fi
- name: Download container artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: ci-${{ matrix.arch }}-${{ github.run_number }}.tar

Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
fi
- name: Download container artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: ci-${{ matrix.arch }}-${{ github.run_number }}.tar

Expand Down

0 comments on commit 1ba7fcc

Please sign in to comment.