Skip to content

Commit bb2833b

Browse files
dependabot[bot]php-coder
authored andcommitted
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] <support@github.com>
1 parent 79b93e9 commit bb2833b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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/upload-artifact@v4.6.1 # https://github.com/actions/upload-artifact
70+
uses: actions/upload-artifact@v4.6.2 # https://github.com/actions/upload-artifact
7171
with:
7272
name: robotframework-reports
7373
path: target/robotframework-reports/

.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/upload-artifact@v4.6.1 # https://github.com/actions/upload-artifact
98+
uses: actions/upload-artifact@v4.6.2 # https://github.com/actions/upload-artifact
9999
with:
100100
name: robotframework-reports
101101
path: target/robotframework-reports/

.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/upload-artifact@v4.6.1 # https://github.com/actions/upload-artifact
75+
uses: actions/upload-artifact@v4.6.2 # https://github.com/actions/upload-artifact
7676
with:
7777
name: robotframework-reports
7878
path: target/robotframework-reports/

0 commit comments

Comments
 (0)