Skip to content

Commit

Permalink
Update package.yml make sure upload-artifact and download-artifact us…
Browse files Browse the repository at this point in the history
…e the same version
  • Loading branch information
tillkuhn authored Oct 16, 2024
1 parent 09aea30 commit 2601beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
-
name: Upload image digest
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: digests
path: /tmp/digests/*
Expand All @@ -101,7 +101,7 @@ jobs:
steps:
-
name: Download image 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 2601beb

Please sign in to comment.