Skip to content

Commit 0462b93

Browse files
committed
Update upload-artifact action to v4
1 parent 7b358d9 commit 0462b93

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@v3
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
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
make: upload "UPLOAD_EMAIL=${{ inputs.email }}"
5151

5252
- name: "Archive Submitted Drafts"
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
path: "versioned/draft-*-[0-9][0-9].*"

0 commit comments

Comments
 (0)