Skip to content

Commit 3e54a7c

Browse files
authored
Merge pull request #32 from pylint-dev/dependabot/github_actions/actions/upload-artifact-4
2 parents 38ed593 + 356657a commit 3e54a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
files: test_artifacts/cobertura.xml
7171

7272
- name: Create artifacts
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
if: ${{ !cancelled() }}
7575
with:
7676
name: ${{ env.GITHUB_REPOSITORY_SLUG }}_test-artifacts_${{ github.event_name }}_${{ github.event.pull_request.number || github.sha }}_${{ matrix.os

0 commit comments

Comments
 (0)