Skip to content

Commit 8060728

Browse files
ci: bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- 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 79b93e9 commit 8060728

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
@@ -67,7 +67,7 @@ jobs:
6767
run: ./src/main/scripts/execute-command.sh integration-tests
6868
- name: Save RobotFramework reports
6969
if: ${{ failure() }}
70-
uses: actions/[email protected].1 # https://github.com/actions/upload-artifact
70+
uses: actions/[email protected].2 # https://github.com/actions/upload-artifact
7171
with:
7272
name: robotframework-reports
7373
path: target/robotframework-reports/

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

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

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

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

0 commit comments

Comments
 (0)