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:
dependabot[bot] 2024-10-08 02:27:49 +00:00 committed by matzbot
parent b9b06df3bf
commit 24621df43e
Notes: git 2024-10-08 03:10:40 +00:00

View File

@ -136,7 +136,7 @@ jobs:
- run: tar cfz ../install.tar.gz -C ../install . - run: tar cfz ../install.tar.gz -C ../install .
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
with: with:
name: ruby-wasm-install name: ruby-wasm-install
path: ${{ github.workspace }}/install.tar.gz path: ${{ github.workspace }}/install.tar.gz
@ -164,7 +164,7 @@ jobs:
- name: Save Pull Request number - name: Save Pull Request number
if: ${{ github.event_name == 'pull_request' }} if: ${{ github.event_name == 'pull_request' }}
run: echo "${{ github.event.pull_request.number }}" >> ${{ github.workspace }}/github-pr-info.txt 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' }} if: ${{ github.event_name == 'pull_request' }}
with: with:
name: github-pr-info name: github-pr-info