Skip to content

Commit 8c40393

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#103)
* Bump actions/upload-artifact from 6.0.0 to 7.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Trigger CI for CodeQL checks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Raible <matt.raible@crowdstrike.com>
1 parent 5c6b9db commit 8c40393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,15 @@ jobs:
140140
CI: true
141141

142142
- name: Upload Playwright report
143-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
143+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
144144
if: ${{ !cancelled() }}
145145
with:
146146
name: playwright-report-${{ env.APP_NAME }}
147147
path: e2e/playwright-report/
148148
retention-days: 7
149149

150150
- name: Upload test results and screenshots
151-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
151+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
152152
if: ${{ !cancelled() }}
153153
with:
154154
name: playwright-test-results-${{ env.APP_NAME }}

0 commit comments

Comments
 (0)