Merge pull request #20 from cccb/dependabot/github_actions/staging/actions/download-artifact-4
gh-action: bump actions/download-artifact from 3 to 4
This commit is contained in:
commit
2f0efea4d4
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 --upgrade pip setuptools wheel
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Download pages
|
- name: Download pages
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pages
|
name: pages
|
||||||
path: public/
|
path: public/
|
||||||
|
@ -75,7 +75,7 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/staging' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/staging' && github.event_name == 'push'
|
||||||
steps:
|
steps:
|
||||||
- name: Download pages
|
- name: Download pages
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: enhanced_pages
|
name: enhanced_pages
|
||||||
path: public
|
path: public
|
||||||
|
@ -103,7 +103,7 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/production' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/production' && github.event_name == 'push'
|
||||||
steps:
|
steps:
|
||||||
- name: Download pages
|
- name: Download pages
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: enhanced_pages
|
name: enhanced_pages
|
||||||
path: public
|
path: public
|
||||||
|
|
Loading…
Reference in a new issue