Skip to content

Commit 79836f3

Browse files
build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a65c5f3 commit 79836f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
tar czfT artifacts.tar.gz artifacts
7777
7878
- name: Upload fork artifacts
79-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
79+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8080
with:
8181
name: fork-${{ matrix.job_sid }}
8282
retention-days: 1

.github/workflows/integrity-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "fork_count=$fork_count" >> $GITHUB_OUTPUT
4949
echo "sid=[`seq -s , 0 $((fork_count - 1))`]" >> $GITHUB_OUTPUT
5050
51-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
51+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5252
with:
5353
name: index-file
5454
path: ./kata/${{ github.event.inputs.rank }}/index.md
@@ -100,7 +100,7 @@ jobs:
100100
done < ids.txt
101101
102102
- name: Upload status report
103-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
104104
with:
105105
name: report_${{ matrix.fork_sid }}
106106
path: report_${{ matrix.fork_sid }}.txt
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-24.04
112112
steps:
113113
- name: Merge status reports
114-
uses: actions/upload-artifact/merge@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
114+
uses: actions/upload-artifact/merge@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
115115
with:
116116
name: report-group
117117
pattern: report_*

0 commit comments

Comments
 (0)