We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc997b commit 92bf545Copy full SHA for 92bf545
1 file changed
.github/workflows/payload.yml
@@ -25,7 +25,7 @@ jobs:
25
zip -r ../payload-files.zip .
26
27
- name: Upload artifact
28
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
29
with:
30
name: payload-files
31
- path: payload-files.zip
+ path: payload-files.zip
0 commit comments