Skip to content

Commit c6b8573

Browse files
committed
ci(build-image): 🧪 bump upload-artifact version
fix 🐛 error when downloading artifact with v4 that was uploaded with v3 https://github.com/marketplace/actions/download-a-build-artifact#breaking-changes
1 parent 357e067 commit c6b8573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master-beta-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
# Upload the digest as an artifact
111111
- name: Upload digest
112-
uses: actions/upload-artifact@v3
112+
uses: actions/upload-artifact@v4
113113
with:
114114
name: digests_ghcr
115115
path: /tmp/digests/*

.github/workflows/nightly-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
# Upload the digest to the artifacts
110110
- name: Upload digest
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: digests_ghcr
114114
path: /tmp/digests/*

0 commit comments

Comments
 (0)