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
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.4.0 to 4.4.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.0...v4.4.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 35f3b63 commit 26a65f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
run: npm run build:assets

- name: 'Upload assets'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: assets
path: dist/assets

- name: 'Upload manifest'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: manifest
path: src/manifest.json
Expand Down Expand Up @@ -91,13 +91,13 @@ jobs:
run: scripts/intlc.sh

- name: 'Upload locales'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: locales
path: src/locales

- name: 'Upload assets locales'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: locales-assets
path: assets/locales
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
cache-to: type=gha,mode=max,ignore-error=true

- name: 'Upload build'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: image
path: /tmp/image.tar
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:

- name: 'Store results'
if: failure() && steps.playwright.outcome == 'failure'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: integration-tests-results-${{ matrix.shard }}
path: integration-results
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:

- name: 'Store results'
if: failure() && steps.playwright.outcome == 'failure'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: visual-regression-tests-results-${{ matrix.shard }}
path: integration-results
Expand Down

0 comments on commit 26a65f0

Please sign in to comment.