Skip to content

Commit 9b7ad2d

Browse files
committed
Update upload artifact to v4 to avoid being "automatically failed because it uses a deprecated version"
1 parent 1804511 commit 9b7ad2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
token: ${{ github.token }}
3838

3939
- name: "Save Archive"
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v4
4141
with:
4242
path: archive.json

.github/workflows/ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
token: ${{ github.token }}
6464

6565
- name: "Archive Built Drafts"
66-
uses: actions/upload-artifact@v2
66+
uses: actions/upload-artifact@v4
6767
with:
6868
path: |
6969
draft-*.html

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
make: upload
5757

5858
- name: "Archive Submitted Drafts"
59-
uses: actions/upload-artifact@v2
59+
uses: actions/upload-artifact@v4
6060
with:
6161
path: "draft-*-[0-9][0-9].xml"

0 commit comments

Comments
 (0)