Skip to content

Commit

Permalink
chore: Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
keke125 committed Sep 19, 2024
1 parent 44c10a4 commit cc4d1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"
- 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 cc4d1dd

Please sign in to comment.