Skip to content

Commit 6758e2d

Browse files
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d167e90 commit 6758e2d

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)