Skip to content

Commit

Permalink
debug: ul/dl artifact @v4
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <[email protected]>
  • Loading branch information
ramonpetgrave64 committed Aug 1, 2024
1 parent cbe1bd9 commit 033677c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/debug.generic-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
echo "hashes=$(sha256sum artifact1 artifact2 | base64 -w0)" >> "$GITHUB_OUTPUT"
- name: Upload artifact1
uses: actions/upload-artifact
uses: actions/upload-artifact@v4
with:
name: artifact1
path: artifact1
if-no-files-found: error
retention-days: 5

- name: Upload artifact2
uses: actions/upload-artifact
uses: actions/upload-artifact@v4
with:
name: artifact2
path: artifact2
Expand All @@ -81,15 +81,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact1
uses: actions/download-artifact
uses: actions/download-artifact@v4
with:
name: artifact1
- name: Download artifact2
uses: actions/download-artifact
uses: actions/download-artifact@v4
with:
name: artifact2
- name: Download provenance
uses: actions/download-artifact
uses: actions/download-artifact@v4
with:
name: build.intoto.jsonl
- name: Setup slsa-verifier
Expand Down

0 comments on commit 033677c

Please sign in to comment.