Skip to content

Commit e020d8f

Browse files
dependabot[bot]linkdd
authored andcommitted
⬆️ 👷 Bump actions/upload-artifact
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3793931 commit e020d8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: upload-logs@artifact
4545
if: ${{ failure() }}
46-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
46+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
4747
with:
4848
name: api-e2e-reports
4949
path: "./tests/reports/api/"
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: upload-logs@artifact
116116
if: ${{ failure() }}
117-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
117+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
118118
with:
119119
name: web-e2e-reports
120120
path: "./tests/reports/web/"
@@ -148,7 +148,7 @@ jobs:
148148

149149
- name: upload-logs@artifact
150150
if: ${{ failure() }}
151-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
151+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
152152
with:
153153
name: consul-e2e-reports
154154
path: "./tests/reports/consul/"

0 commit comments

Comments
 (0)