Skip to content

Commit 6219066

Browse files
dependabot[bot]matzbot
authored andcommitted
Bump actions/upload-artifact from 4.3.0 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@26f96df...5d5d22a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bae3e5b commit 6219066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- run: tar cfz ../install.tar.gz -C ../install .
137137

138138
- name: Upload artifacts
139-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
139+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
140140
with:
141141
name: ruby-wasm-install
142142
path: ${{ github.workspace }}/install.tar.gz
@@ -164,7 +164,7 @@ jobs:
164164
- name: Save Pull Request number
165165
if: ${{ github.event_name == 'pull_request' }}
166166
run: echo "${{ github.event.pull_request.number }}" >> ${{ github.workspace }}/github-pr-info.txt
167-
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
167+
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
168168
if: ${{ github.event_name == 'pull_request' }}
169169
with:
170170
name: github-pr-info

0 commit comments

Comments
 (0)