Skip to content

Commit 5f7f0b8

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#2885)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8030ad3 commit 5f7f0b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
6464
run: |
6565
echo ${{ github.event.pull_request.number }} | tee pr_number.txt
6666
- name: Upload mypy_primer diff + PR number
67-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868
if: ${{ matrix.shard-index == 0 }}
6969
with:
7070
name: mypy_primer_diffs-${{ matrix.shard-index }}
7171
path: |
7272
diff_${{ matrix.shard-index }}.txt
7373
pr_number.txt
7474
- name: Upload mypy_primer diff
75-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
75+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7676
if: ${{ matrix.shard-index != 0 }}
7777
with:
7878
name: mypy_primer_diffs-${{ matrix.shard-index }}
@@ -86,7 +86,7 @@ jobs:
8686
contents: read
8787
steps:
8888
- name: Merge artifacts
89-
uses: actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
89+
uses: actions/upload-artifact/merge@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9090
with:
9191
name: mypy_primer_diffs
9292
pattern: mypy_primer_diffs-*

0 commit comments

Comments
 (0)