Skip to content

Commit 9348309

Browse files
dependabot[bot]hsbt
authored andcommitted
Bump actions/upload-artifact
Bumps the github-actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3341022 commit 9348309

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check_misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
}}
128128
129129
- name: Upload docs
130-
uses: actions/upload-artifact@v6.0.0
130+
uses: actions/upload-artifact@v7.0.0
131131
with:
132132
path: html
133133
name: ${{ steps.docs.outputs.htmlout }}

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: "Upload artifact"
67-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
67+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6868
with:
6969
name: SARIF file
7070
path: results.sarif

.github/workflows/wasm.yml

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

142142
- name: Upload artifacts
143-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
143+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
144144
with:
145145
name: ruby-wasm-install
146146
path: ${{ github.workspace }}/install.tar.gz
@@ -168,7 +168,7 @@ jobs:
168168
- name: Save Pull Request number
169169
if: ${{ github.event_name == 'pull_request' }}
170170
run: echo "${{ github.event.pull_request.number }}" >> ${{ github.workspace }}/github-pr-info.txt
171-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
171+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
172172
if: ${{ github.event_name == 'pull_request' }}
173173
with:
174174
name: github-pr-info

0 commit comments

Comments
 (0)