We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b358d9 commit 0462b93Copy full SHA for 0462b93
.github/workflows/archive.yml
@@ -37,6 +37,6 @@ jobs:
37
token: ${{ github.token }}
38
39
- name: "Save Archive"
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
path: archive.json
.github/workflows/ghpages.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
- name: "Archive Built Drafts"
54
55
56
path: |
57
draft-*.html
.github/workflows/publish.yml
@@ -50,6 +50,6 @@ jobs:
50
make: upload "UPLOAD_EMAIL=${{ inputs.email }}"
- name: "Archive Submitted Drafts"
path: "versioned/draft-*-[0-9][0-9].*"
0 commit comments