Skip to content

Commit c698070

Browse files
committed
Rollback upload-artifact and download-artifact because of breaking changes
1 parent 6fb657d commit c698070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
touch "/tmp/digests/${digest#sha256:}"
6666
-
6767
name: Upload digest
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v3
6969
with:
7070
name: digests
7171
path: /tmp/digests/*
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
-
8282
name: Download digests
83-
uses: actions/download-artifact@v4
83+
uses: actions/download-artifact@v3
8484
with:
8585
name: digests
8686
path: /tmp/digests

0 commit comments

Comments
 (0)