Bump actions/upload-artifact from 4.4.0 to 4.4.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](50769540e7...604373da63
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b9b06df3bf
commit
24621df43e
Notes:
git
2024-10-08 03:10:40 +00:00
4
.github/workflows/wasm.yml
vendored
4
.github/workflows/wasm.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
||||
- run: tar cfz ../install.tar.gz -C ../install .
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
|
||||
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
|
||||
with:
|
||||
name: ruby-wasm-install
|
||||
path: ${{ github.workspace }}/install.tar.gz
|
||||
@ -164,7 +164,7 @@ jobs:
|
||||
- name: Save Pull Request number
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: echo "${{ github.event.pull_request.number }}" >> ${{ github.workspace }}/github-pr-info.txt
|
||||
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
|
||||
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
with:
|
||||
name: github-pr-info
|
||||
|
Loading…
x
Reference in New Issue
Block a user