Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
nickysemenza committed Dec 20, 2023
2 parents 1cde130 + f465672 commit 5e832e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: ensure keyless user was removed after uninstall
run: sudo grep -v "keyless" /etc/passwd
- name: Archive snapshot artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: dist/*

0 comments on commit 5e832e7

Please sign in to comment.