We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e5054 commit ce8e7fdCopy full SHA for ce8e7fd
.github/workflows/nightly.yml
@@ -48,7 +48,7 @@ jobs:
48
# Attach the packaged artifacts to the workflow output. These can be manually
49
# downloaded for later inspection if necessary.
50
- name: Archive artifacts
51
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
52
with:
53
name: dist
54
path: dist
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments