We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0459f5c commit a77d010Copy full SHA for a77d010
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
npm run build
29
- run: |
30
zip -qq -9 -vr s3-cloudflare-purge.zip ./dist/*
31
- - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
32
with:
33
name: s3-cloudflare-purge
34
path: s3-cloudflare-purge.zip
0 commit comments