Skip to content

Commit

Permalink
ci: update upload-artifact action
Browse files Browse the repository at this point in the history
closes #3689
  • Loading branch information
JakobLichterfeld committed Feb 26, 2024
1 parent fb52b47 commit ba3058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
touch "/tmp/digests/${digest#sha256:}"
ls -l /tmp/digests/
- name: Upload digest
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: digests
path: /tmp/digests/*
Expand Down

0 comments on commit ba3058f

Please sign in to comment.