Skip to content

Commit 669cda5

Browse files
ci: bump actions/upload-artifact from 4.3.3 to 4.3.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.3.4) --- 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 0bfdb40 commit 669cda5

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
@@ -56,7 +56,7 @@ jobs:
5656
run: ./src/main/scripts/execute-command.sh integration-tests
5757
- name: Save RobotFramework reports
5858
if: ${{ failure() }}
59-
uses: actions/[email protected].3 # https://github.com/actions/upload-artifact
59+
uses: actions/[email protected].4 # https://github.com/actions/upload-artifact
6060
with:
6161
name: robotframework-reports
6262
path: target/robotframework-reports/

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
./src/main/scripts/execute-command.sh integration-tests
8585
- name: Save RobotFramework reports
8686
if: ${{ failure() }}
87-
uses: actions/[email protected].3 # https://github.com/actions/upload-artifact
87+
uses: actions/[email protected].4 # https://github.com/actions/upload-artifact
8888
with:
8989
name: robotframework-reports
9090
path: target/robotframework-reports/

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

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

0 commit comments

Comments
 (0)