Skip to content

Commit 8df5aaa

Browse files
ci: bump actions/upload-artifact from 3.1.1 to 4.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e3b06d commit 8df5aaa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests-h2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ./src/main/scripts/execute-command.sh integration-tests
3838
- name: Save RobotFramework reports
3939
if: ${{ failure() }}
40-
uses: actions/upload-artifact@v3.1.1 # https://github.com/actions/upload-artifact
40+
uses: actions/upload-artifact@v4.0.0 # https://github.com/actions/upload-artifact
4141
with:
4242
name: robotframework-reports
4343
path: target/robotframework-reports/

.github/workflows/integration-tests-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
./src/main/scripts/execute-command.sh integration-tests
7979
- name: Save RobotFramework reports
8080
if: ${{ failure() }}
81-
uses: actions/upload-artifact@v3.1.1 # https://github.com/actions/upload-artifact
81+
uses: actions/upload-artifact@v4.0.0 # https://github.com/actions/upload-artifact
8282
with:
8383
name: robotframework-reports
8484
path: target/robotframework-reports/

.github/workflows/integration-tests-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: ./src/main/scripts/execute-command.sh integration-tests
5656
- name: Save RobotFramework reports
5757
if: ${{ failure() }}
58-
uses: actions/upload-artifact@v3.1.1 # https://github.com/actions/upload-artifact
58+
uses: actions/upload-artifact@v4.0.0 # https://github.com/actions/upload-artifact
5959
with:
6060
name: robotframework-reports
6161
path: target/robotframework-reports/

0 commit comments

Comments
 (0)