Skip to content

Commit

Permalink
update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rudranil-das committed Sep 15, 2024
1 parent 9f6f0bb commit 5a26d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
echo "${{ steps.get_sha.outputs.sha }}" > store_sha_file
- name: Archive generated artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: generated-artifacts
path: |
Expand Down

0 comments on commit 5a26d99

Please sign in to comment.