Skip to content

Commit a1aec81

Browse files
ci: bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b7345b commit a1aec81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/integration-tests-h2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: ./src/main/scripts/execute-command.sh integration-tests
6666
- name: Save RobotFramework reports
6767
if: ${{ failure() }}
68-
uses: actions/[email protected].0 # https://github.com/actions/upload-artifact
68+
uses: actions/[email protected].1 # https://github.com/actions/upload-artifact
6969
with:
7070
name: robotframework-reports
7171
path: target/robotframework-reports/

Diff for: .github/workflows/integration-tests-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
./src/main/scripts/execute-command.sh integration-tests
9494
- name: Save RobotFramework reports
9595
if: ${{ failure() }}
96-
uses: actions/[email protected].0 # https://github.com/actions/upload-artifact
96+
uses: actions/[email protected].1 # https://github.com/actions/upload-artifact
9797
with:
9898
name: robotframework-reports
9999
path: target/robotframework-reports/

Diff for: .github/workflows/integration-tests-postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: ./src/main/scripts/execute-command.sh integration-tests
7171
- name: Save RobotFramework reports
7272
if: ${{ failure() }}
73-
uses: actions/[email protected].0 # https://github.com/actions/upload-artifact
73+
uses: actions/[email protected].1 # https://github.com/actions/upload-artifact
7474
with:
7575
name: robotframework-reports
7676
path: target/robotframework-reports/

0 commit comments

Comments
 (0)