Skip to content

Commit 789ecd3

Browse files
dependabot[bot]Alan Dooley
andauthored
build(deps): bump actions/upload-artifact from 4.5.0 to 6.0.0 (#1615)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.5.0...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 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> Co-authored-by: Alan Dooley <a.dooley@f5.com>
1 parent 3a9f3cc commit 789ecd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/coveo.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Upload token for ${{matrix.env_name}}
6969
if: ${{ steps.generate-token.outcome == 'success' }}
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v6.0.0
7171
with:
7272
name: ${{matrix.env_name}}
7373
path: "./"

‎.github/workflows/playwright.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "Playwright tests failed. Please view the Playwright report to see full error."
6060
exit 1
6161
fi
62-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
62+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6363
id: artifact-upload
6464
if: ${{ !cancelled() && failure() && steps.test-ui.conclusion == 'failure' }}
6565
with:

0 commit comments

Comments
 (0)