Skip to content

Commit 6d08533

Browse files
committed
chore: upgrade actions/upload-artifact to v4
1 parent a28d796 commit 6d08533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jazzy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container:
1313
image: norionomura/jazzy:latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: ENV
1717
run: |
1818
uname -a
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run jazzy
2727
run: |
2828
jazzy --clean --sourcekitten-sourcefile commands.json
29-
- uses: actions/upload-artifact@v2
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: API Docs
3232
path: docs

0 commit comments

Comments
 (0)