Skip to content

Commit 40c9c0a

Browse files
committed
updated to actions/upload-artifact@v4
1 parent 5462ab0 commit 40c9c0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/archive.yml

+1-1
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@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
path: archive.json

.github/workflows/ghpages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
token: ${{ github.token }}
5252

5353
- name: "Archive Built Drafts"
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
path: |
5757
draft-*.html

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
make: upload
4545

4646
- name: "Archive Submitted Drafts"
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
path: "versioned/draft-*-[0-9][0-9].*"

0 commit comments

Comments
 (0)