Skip to content

Commit 3e51ab2

Browse files
Bump actions/upload-artifact from 4 to 5 (#283)
1 parent 79135d7 commit 3e51ab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ls -ltra $GITHUB_WORKSPACE/build/$SITE_DIR
4747
grep attachment $GITHUB_WORKSPACE/build/$SITE_DIR/$SUB_DIR/develop/api.html
4848
- name: Upload generated site
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: site
5252
path: "${{ github.workspace }}/build/${{ env.SITE_DIR }}"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ls -ltra $GITHUB_WORKSPACE/build/$SITE_DIR
4747
grep attachment $GITHUB_WORKSPACE/build/$SITE_DIR/$SUB_DIR/develop/api.html
4848
- name: "Upload generated site"
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: site
5252
path: "${{ github.workspace }}/build/${{ env.SITE_DIR }}"

0 commit comments

Comments
 (0)