Skip to content

Commit

Permalink
Bump actions/upload-artifact in the artifacts group across 1 directory (
Browse files Browse the repository at this point in the history
#250)

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


Updates `actions/upload-artifact` from 4.3.6 to 4.5.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.6...v4.5.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 Jan 7, 2025
1 parent 1b4eb07 commit bcdfae3
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.3.6
uses: actions/upload-artifact@v4.5.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.3.6
uses: actions/upload-artifact@v4.5.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.3.6
uses: actions/upload-artifact@v4.5.0
with:
name: integration-tests-result
path: integration-results
Expand Down

0 comments on commit bcdfae3

Please sign in to comment.