Skip to content

Commit 15afec9

Browse files
committed
actions/upload-artifact@v4
1 parent 9f59d23 commit 15afec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
zip -r pandoc-wasm-$VERSION.zip dist/
9393
9494
- name: Upload zipped file as artifact
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: pandoc-wasm-v$VERSION.zip
9898
path: pandoc-wasm-v$VERSION.zip

0 commit comments

Comments
 (0)