Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4 (#6731)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent e85a0bd commit e06785b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
gulp buildPrepare
- name: Storing build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-setup
path: artifacts/setup.tar.gz
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
gulp buildPages --locales ${{ matrix.language }}
- name: Storing build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pages-${{ github.run_id }}-${{ matrix.language }}
path: artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
gulp buildPrepare
- name: Storing build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-setup
path: artifacts/setup.tar.gz
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
gulp buildPages --locales ${{ matrix.language }}
- name: Storing build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pages-${{ github.run_id }}-${{ matrix.language }}
path: artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-static-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
npx gulp buildPrepare
- name: Storing build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-setup
path: artifacts/setup.tar.gz
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
npx gulp buildPages --locales ${{ matrix.language }}
- name: Storing build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pages-${{ github.run_id }}-${{ matrix.language }}
path: artifacts
Expand Down

0 comments on commit e06785b

Please sign in to comment.