Skip to content

Commit 171ea69

Browse files
author
Rob Tjalma
authored
Merge pull request #66 from com-pas/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents d167e90 + 6758e2d commit 171ea69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-integration-tests-basex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Archive Robot Framework Reports
7070
if: failure()
71-
uses: actions/upload-artifact@v2
71+
uses: actions/upload-artifact@v3
7272
with:
7373
name: robot-framework-reports
7474
retention-days: 7

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Archive Robot Framework Reports
7070
if: failure()
71-
uses: actions/upload-artifact@v2
71+
uses: actions/upload-artifact@v3
7272
with:
7373
name: robot-framework-reports
7474
retention-days: 7

0 commit comments

Comments
 (0)