Skip to content

Commit c16aaf1

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

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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
139+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
167+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
168168
if: ${{ github.event_name == 'pull_request' }}
169169
with:
170170
name: github-pr-info

0 commit comments

Comments
 (0)