Skip to content

Commit

Permalink
Use artifact download v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jul 21, 2024
1 parent e73ccc7 commit c887e38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
needs: ['tests', 'build-alpine']

steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: artifact
path: ./out
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ jobs:
name: artifact
path: ${{ env.GETTESTED_EXEC_TAR }}

prerelease-head:
name: Create a GitHub prerelease with the binary artifacts
release:
name: Create a GitHub Release with the binary artifacts
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
needs: ['tests', 'build-alpine']

steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: artifact
path: ./out
Expand Down

0 comments on commit c887e38

Please sign in to comment.