We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5462ab0 commit 40c9c0aCopy full SHA for 40c9c0a
.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