Skip to content

Commit

Permalink
Merge pull request #5 from christianpaquin/update-upload-gh-action
Browse files Browse the repository at this point in the history
updated upload artiface
  • Loading branch information
christianpaquin authored Nov 5, 2024
2 parents 0a8f71b + f274bcf commit a6c63ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vci-directory-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
else
echo 'no changes'
fi
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: save-log-files
path: logs/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vci-directory-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: verify log sig
run: |
openssl dgst -sha512 -verify <(openssl x509 -in vci_snapshot.crt -pubkey -noout) -signature logs/vci_snapshot.sig logs/daily_dir_snapshot.json
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: save-sig-file
path: logs/vci_snapshot.sig

0 comments on commit a6c63ad

Please sign in to comment.