Skip to content

Commit 6bdf334

Browse files
Bump actions/upload-pages-artifact from 3.0.1 to 4.0.0
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db50f62 commit 6bdf334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
if: github.event_name == 'release'
161161
run: mkdir -p public; cp web/index.html web/esp_stacktrace_decoder_rs.js web/esp_stacktrace_decoder_rs_bg.wasm public/
162162

163-
- uses: actions/upload-pages-artifact@v3.0.1
163+
- uses: actions/upload-pages-artifact@v4.0.0
164164
if: github.event_name == 'release'
165165
with:
166166
path: public

0 commit comments

Comments
 (0)