Skip to content

Commit 9dd15cb

Browse files
CI: tinker with settings!
1 parent 084e136 commit 9dd15cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-plugin.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
ls -al
3131
3232
- name: Upload ZIP file as artifact
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: postlocalstorage
3636
path: postlocalstorage.zip
37+
overwrite: true
38+
compression-level: 0 # no need to compress an existing ZIP file

0 commit comments

Comments
 (0)