Skip to content

Commit d744dda

Browse files
dependabot[bot]avrabe
authored andcommitted
ci(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 575f0ef commit d744dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Upload Execution Log (on failure)
7575
if: failure()
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: hermiticity-execution-log
7979
path: /tmp/exec.json
@@ -522,7 +522,7 @@ jobs:
522522
tar -czf rules_wasm_component.tar.gz -C release_tmp .
523523
524524
- name: Upload Release Asset
525-
uses: actions/upload-artifact@v4
525+
uses: actions/upload-artifact@v5
526526
with:
527527
name: rules_wasm_component
528528
path: rules_wasm_component.tar.gz

0 commit comments

Comments
 (0)