We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/upload-artifact
1 parent 18e6043 commit c044729Copy full SHA for c044729
.github/workflows/nightly.yml
@@ -62,7 +62,7 @@ jobs:
62
# Attach the packaged artifacts to the workflow output. These can be manually
63
# downloaded for later inspection if necessary.
64
- name: Archive artifacts
65
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
66
with:
67
name: dist
68
path: dist
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
79
0 commit comments