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 1999504 commit 9fe8e7eCopy full SHA for 9fe8e7e
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/checkout@v3
36
37
- name: Download output
38
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
39
with:
40
name: output
41
path: ./src/output
.github/workflows/test.yml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Upload output
97
if: inputs.upload
98
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
99
100
101
0 commit comments