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 d69da84 commit 46f251cCopy full SHA for 46f251c
.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
@@ -44,6 +44,6 @@ jobs:
44
make: upload
45
46
- name: "Archive Submitted Drafts"
47
48
49
path: "versioned/draft-*-[0-9][0-9].*"
0 commit comments