Skip to content

Commit

Permalink
Merge pull request #32 from pylint-dev/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4
  • Loading branch information
stdedos committed Jan 10, 2024
2 parents 38ed593 + 356657a commit 3e54a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
files: test_artifacts/cobertura.xml

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

0 comments on commit 3e54a7c

Please sign in to comment.