Skip to content

Commit 55adeb5

Browse files
Merge pull request #404 from cyprus-developer-community/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 3 to 6
2 parents 7ada550 + 431b072 commit 55adeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: End To End
3030
run: npm run test:e2e
3131

32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v6
3333
if: always()
3434
with:
3535
name: e2e-report

0 commit comments

Comments
 (0)