Skip to content

Commit

Permalink
Merge pull request #4 from sorydima/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
sorydima authored Oct 15, 2024
2 parents 8da4312 + ff9a809 commit d99671a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3 # Don't upgrade to v4, it should match upload-artifact
uses: actions/download-artifact@v4 # Don't upgrade to v4, it should match upload-artifact
- name: Build a tarball for the debs
run: tar -cvJf debs.tar.xz debs
- name: Attach to release
Expand Down

0 comments on commit d99671a

Please sign in to comment.