Skip to content

Commit

Permalink
ci: update upload-artifact in GHA (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand authored Sep 27, 2024
1 parent a15ddaf commit de5e392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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 All @@ -89,7 +89,7 @@ jobs:
needs: [docker]
steps:
- name: Download digests
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: digests
path: /tmp/digests
Expand Down

0 comments on commit de5e392

Please sign in to comment.