Skip to content

Commit b3a457e

Browse files
build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#890)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Capt. Cutlass <5120290+ParanoidUser@users.noreply.github.com>
1 parent 7174a45 commit b3a457e

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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
79+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
103+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
114+
uses: actions/upload-artifact/merge@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
115115
with:
116116
name: report-group
117117
pattern: report_*

0 commit comments

Comments
 (0)