Skip to content

Commit c54351e

Browse files
Use actions/upload-artifact@v4 (#67)
1 parent e39a3b4 commit c54351e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mypy_primer_pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
| tee diff_${{ matrix.shard-index }}.txt
7676
) || [ $? -eq 1 ]
7777
- name: Upload mypy_primer diff
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: mypy_primer_diffs
8181
path: diff_${{ matrix.shard-index }}.txt
@@ -85,7 +85,7 @@ jobs:
8585
echo ${{ github.event.pull_request.number }} | tee pr_number.txt
8686
- if: ${{ matrix.shard-index }} == 0
8787
name: Upload PR number
88-
uses: actions/upload-artifact@v3
88+
uses: actions/upload-artifact@v4
8989
with:
9090
name: mypy_primer_diffs
9191
path: pr_number.txt

0 commit comments

Comments
 (0)