Skip to content

Commit

Permalink
Update actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kryksyh committed Oct 1, 2024
1 parent 556035f commit e2a4d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
needs: [generate_source_tarball, generate_docker_images]
runs-on: ubuntu-20.04
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
path: .
- shell: bash
Expand Down

0 comments on commit e2a4d8c

Please sign in to comment.