Skip to content

Commit

Permalink
ci: bump actions/upload-artifact from 3.1.1 to 4.0.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 7e3b06d commit 8df5aaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: ./src/main/scripts/execute-command.sh integration-tests
- name: Save RobotFramework reports
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.1 # https://github.com/actions/upload-artifact
uses: actions/upload-artifact@v4.0.0 # https://github.com/actions/upload-artifact
with:
name: robotframework-reports
path: target/robotframework-reports/
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
./src/main/scripts/execute-command.sh integration-tests
- name: Save RobotFramework reports
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.1 # https://github.com/actions/upload-artifact
uses: actions/upload-artifact@v4.0.0 # https://github.com/actions/upload-artifact
with:
name: robotframework-reports
path: target/robotframework-reports/
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: ./src/main/scripts/execute-command.sh integration-tests
- name: Save RobotFramework reports
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.1 # https://github.com/actions/upload-artifact
uses: actions/upload-artifact@v4.0.0 # https://github.com/actions/upload-artifact
with:
name: robotframework-reports
path: target/robotframework-reports/

0 comments on commit 8df5aaa

Please sign in to comment.