Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/upload-artifact from 4.4.0 to 4.4.3 in the artifacts group across 1 directory #2008

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading