Skip to content

Commit b3fa5bc

Browse files
authored
Merge pull request #2482 from OpenC3/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents e746b02 + 7a7e871 commit b3fa5bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright-firefox-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
token: ${{ secrets.CODECOV_TOKEN }}
7676
- name: Upload test artifacts
7777
if: always() # Upload on pass or fail
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: playwright-firefox
8181
path: playwright/test-results

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979
- name: Upload test artifacts
8080
if: always() # Upload on pass or fail
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: playwright
8484
path: playwright/test-results

0 commit comments

Comments
 (0)