Skip to content

Commit

Permalink
Merge pull request #6 from sergix44/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
sergix44 authored Dec 21, 2023
2 parents 784d387 + 6074e02 commit 5a35629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Upload images in case of failure
if: steps.tests.outcome == 'failure'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: failures
path: tests/Tmp/
Expand Down

0 comments on commit 5a35629

Please sign in to comment.