gh-action: bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4e526a29ac
commit
bc7c8ed258
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
pip install --upgrade pip setuptools wheel
|
||||
pip install -r requirements.txt
|
||||
- name: Download pages
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: pages
|
||||
path: public/
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
if: github.ref == 'refs/heads/staging' && github.event_name == 'push'
|
||||
steps:
|
||||
- name: Download pages
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: enhanced_pages
|
||||
path: public
|
||||
|
@ -103,7 +103,7 @@ jobs:
|
|||
if: github.ref == 'refs/heads/production' && github.event_name == 'push'
|
||||
steps:
|
||||
- name: Download pages
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: enhanced_pages
|
||||
path: public
|
||||
|
|
Loading…
Reference in a new issue