Skip to content

Commit

Permalink
Merge pull request #1346 from cloudflare/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
nickysemenza committed Dec 20, 2023
2 parents f47ec3b + 15955d7 commit 7e1c6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- run: make snapshot
- name: Archive snapshot artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: dist/

0 comments on commit 7e1c6cc

Please sign in to comment.