Skip to content

Commit

Permalink
Update version of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Nov 6, 2024
1 parent b195ff4 commit cac7842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Compute SHA256 checksum
run: sha256sum "packaging/${{env.PACKAGE_NAME}}_${{matrix.name}}.deb" > "packaging/${{env.PACKAGE_NAME}}_${{matrix.name}}.deb.sha256"
- name: Store SHA256 checksum as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "${{env.PACKAGE_NAME}}_${{matrix.name}}.deb.sha256"
path: "packaging/${{env.PACKAGE_NAME}}_${{matrix.name}}.deb.sha256"
Expand Down

0 comments on commit cac7842

Please sign in to comment.