Skip to content

Commit f2e2dd7

Browse files
authored
Merge pull request #10 from justdan6/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 9fff5eb + feed315 commit f2e2dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
touch "/tmp/digests/${digest#sha256:}"
6565
-
6666
name: Upload digest
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: digests
7070
path: /tmp/digests/*

0 commit comments

Comments
 (0)