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 2a6ca8e commit 2bce2ccCopy full SHA for 2bce2cc
.github/workflows/nightly.yml
@@ -72,7 +72,7 @@ jobs:
72
# Attach the packaged artifacts to the workflow output. These can be manually
73
# downloaded for later inspection if necessary.
74
- name: Archive artifacts
75
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
76
with:
77
name: dist
78
path: dist
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
79
80
81
82
83
0 commit comments