Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump upload/download-artifact version #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/rebuild-trivy-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
done

- name: Upload Artifact with trivy-bundles Image Tags
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: trivy-tags-to-rebuild
path: ./artifacts/tags-to-rebuild.txt
Expand All @@ -102,7 +102,7 @@ jobs:
ref: main

- name: Download Artifact with dkp-insights Release Branches and their trivy-bundles Image Tags
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: trivy-tags-to-rebuild

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
echo "UPDATED_TIMESTAMP=$updated_timestamp" >> $GITHUB_OUTPUT

- name: Upload Artifact with dkp-insights Release Branch Names and their Corresponding Updated trivy-bundles Image Tags
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: updated-trivy-bundles-image-tags
path: ./artifacts/updated-trivy-bundles-image-tags.txt
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
git config --global user.name "d2iq-mergebot"

- name: Download Artifact with dkp-insights Release Branches and their Updated trivy-bundles Image Tags
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: updated-trivy-bundles-image-tags

Expand Down