chore(deps): bump actions/upload-artifact from 4 to 7 (#123)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
61f6b8d2d5
commit
62a5b8540a
2 changed files with 3 additions and 3 deletions
2
.github/workflows/keboola-deploy.yml
vendored
2
.github/workflows/keboola-deploy.yml
vendored
|
|
@ -130,7 +130,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: smoke-test-logs
|
name: smoke-test-logs
|
||||||
path: smoke-test-logs.txt
|
path: smoke-test-logs.txt
|
||||||
|
|
|
||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -275,7 +275,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: smoke-test-logs
|
name: smoke-test-logs
|
||||||
path: smoke-test-logs.txt
|
path: smoke-test-logs.txt
|
||||||
|
|
@ -357,7 +357,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: e2e-bind-mount-logs
|
name: e2e-bind-mount-logs
|
||||||
path: bind-mount-logs.txt
|
path: bind-mount-logs.txt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue