Skip to content

Commit

Permalink
ci(build-image): 🧪 bump upload-artifact version
Browse files Browse the repository at this point in the history
fix 🐛 error when downloading artifact with v4 that was uploaded with v3

https://github.com/marketplace/actions/download-a-build-artifact#breaking-changes
  • Loading branch information
MrDynamo committed May 21, 2024
1 parent 357e067 commit c6b8573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-beta-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
# Upload the digest as an artifact
- name: Upload digest
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: digests_ghcr
path: /tmp/digests/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
# Upload the digest to the artifacts
- name: Upload digest
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: digests_ghcr
path: /tmp/digests/*
Expand Down

0 comments on commit c6b8573

Please sign in to comment.