Skip to content

Commit 7e1c6cc

Browse files
authored
Merge pull request #1346 from cloudflare/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents f47ec3b + 15955d7 commit 7e1c6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- run: make snapshot
1414
- name: Archive snapshot artifacts
15-
uses: actions/upload-artifact@v3
15+
uses: actions/upload-artifact@v4
1616
with:
1717
name: binaries
1818
path: dist/

0 commit comments

Comments
 (0)