Skip to content

Commit cb85b91

Browse files
authored
Update example zip.yml
Recommend v4 rather than v3 of upload-artifact
1 parent af6ed6d commit cb85b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: composer -- pup package ${{ env.VERSION }}
4949

5050
- name: Upload plugin artifact
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: ${{ env.ZIP_NAME }}
5454
path: .pup-zip

0 commit comments

Comments
 (0)