Skip to content

Commit 464d9d2

Browse files
authored
Upgrade upload-artifact action to version 4 (#147)
* Upgrade upload-artifact action to version 4 * Update Deploy-website.yml
1 parent 71339a3 commit 464d9d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Deploy-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
bash .github/workflows/build_tutorial.sh ${{ matrix.tutorial }}
5050
- name: Upload artifact
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
path: markdown/*
5454

.github/workflows/Deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
bash .github/workflows/build_tutorial.sh ${{ matrix.tutorial }}
5959
- name: Upload artifact
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
path: parsed/*
6363

0 commit comments

Comments
 (0)