Skip to content
Closed
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 3.1.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.1...v3.1.3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
commit 8c1613dc7d4e749ac6041b7eb068597bd2c6420b
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/[email protected].1 # https://github.com/actions/upload-artifact
uses: actions/[email protected].3 # 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/[email protected].1 # https://github.com/actions/upload-artifact
uses: actions/[email protected].3 # 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/[email protected].1 # https://github.com/actions/upload-artifact
uses: actions/[email protected].3 # https://github.com/actions/upload-artifact
with:
name: robotframework-reports
path: target/robotframework-reports/