Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: bump actions/upload-artifact from 3.1.1 to 4.0.0
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
commit 8df5aaa97a9bae4ab2c28e213990cc48b2d4fdc9
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/