Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.5.0 to 4.6.0 in the artifacts gro…
Browse files Browse the repository at this point in the history
…up (#264)

Bumps the artifacts group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.5.0...v4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent 66629ba commit 38003ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
SANDBOX: ${{ github.ref != 'refs/heads/main' }}

- name: 'Upload build'
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: dist
path: dist/
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
target: prod

- name: 'Upload build'
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: image
path: /tmp/image.tar
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

- name: 'Store results'
if: failure() && steps.playwright.outcome == 'failure'
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: integration-tests-result
path: integration-results
Expand Down

0 comments on commit 38003ae

Please sign in to comment.