Skip to content

Commit 1d634ed

Browse files
authored
Merge pull request #45 from db-ui/dependabot-github_actions-actions-upload-artifact-3
chore(deps): bump actions/upload-artifact from 2 to 3
2 parents 505819c + 9ea8a1b commit 1d634ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/01-cypress.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
config: pageLoadTimeout=100000,baseUrl=http://localhost:8080
3434

3535
- name: 🛗 Upload Artifacts
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v3
3737
# after the test run completes
3838
# store videos and any screenshots
3939
# NOTE: screenshots will be generated only if an E2E test failed
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
name: cypress-screenshots
4444
path: e2e/cypress/screenshots
45-
- uses: actions/upload-artifact@v2
45+
- uses: actions/upload-artifact@v3
4646
# Test run video was always captured, so this action uses "always()" condition
4747
if: always()
4848
with:

0 commit comments

Comments
 (0)