Skip to content

Commit

Permalink
Merge pull request #993 from OpenC3/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
jmthomas authored Dec 20, 2023
2 parents b722588 + 60b5f4e commit 54c57ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
flags: frontend # See codecov.yml
- name: Upload test artifacts
if: always() # Upload on pass or fail
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: playwright
path: playwright/test-results
Expand Down

0 comments on commit 54c57ce

Please sign in to comment.