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 db50f62 commit 6bdf334Copy full SHA for 6bdf334
.github/workflows/release.yml
@@ -160,7 +160,7 @@ jobs:
160
if: github.event_name == 'release'
161
run: mkdir -p public; cp web/index.html web/esp_stacktrace_decoder_rs.js web/esp_stacktrace_decoder_rs_bg.wasm public/
162
163
- - uses: actions/upload-pages-artifact@v3.0.1
+ - uses: actions/upload-pages-artifact@v4.0.0
164
165
with:
166
path: public
0 commit comments