Skip to content

Commit 0118b74

Browse files
chore(deps): Bump actions/upload-pages-artifact from 3 to 4 (#12)
1 parent 69f77e4 commit 0118b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
args: -o zig-out/doc/csscolorparser/ -r zig-out/doc/csscolorparser/
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v3
42+
uses: actions/upload-pages-artifact@v4
4343
with:
4444
path: zig-out/doc/csscolorparser
4545

0 commit comments

Comments
 (0)