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.
2 parents 6dee8f9 + 16b47f6 commit 091c049Copy full SHA for 091c049
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
runs-on: ubuntu-20.04
98
steps:
99
- uses: actions/checkout@v4
100
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
101
with:
102
name: build-manifest
103
- uses: actions/[email protected]
@@ -137,10 +137,10 @@ jobs:
137
if: ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
138
139
140
141
142
143
144
145
path: release
146
- uses: actions/setup-node@v4
0 commit comments