Skip to content

Commit

Permalink
worfklows: update upload-artifacts version
Browse files Browse the repository at this point in the history
v3 of `upload-artifacts` will soon error out, so we need to migrate to v4.
  • Loading branch information
jordigh committed Jan 10, 2025
1 parent ffc4855 commit 7ea10de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:

- name: Save artifacts on failure
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ runner.temp }}/test-logs # only exists for webdriver tests
Expand Down

0 comments on commit 7ea10de

Please sign in to comment.