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 1804511 commit 9b7ad2dCopy full SHA for 9b7ad2d
.github/workflows/archive.yml
@@ -37,6 +37,6 @@ jobs:
37
token: ${{ github.token }}
38
39
- name: "Save Archive"
40
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
41
with:
42
path: archive.json
.github/workflows/ghpages.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
- name: "Archive Built Drafts"
66
67
68
path: |
69
draft-*.html
.github/workflows/publish.yml
@@ -56,6 +56,6 @@ jobs:
56
make: upload
57
58
- name: "Archive Submitted Drafts"
59
60
61
path: "draft-*-[0-9][0-9].xml"
0 commit comments