mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-06-15 14:21:15 -04:00
Merge 5ef235f7ca
into d6417e7023
This commit is contained in:
commit
06daafc8b2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-cd.yml
vendored
4
.github/workflows/ci-cd.yml
vendored
|
@ -171,7 +171,7 @@ jobs:
|
|||
python-version: '3.13'
|
||||
- run: pip install s3cmd==2.4.0
|
||||
- name: download artifacts
|
||||
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
|
||||
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
|
||||
with:
|
||||
# if `name` is not specified, it will download all artifacts
|
||||
path: artifacts/
|
||||
|
@ -222,7 +222,7 @@ jobs:
|
|||
path: node_modules
|
||||
key: ${{ runner.os }}-node_modules-${{ hashFiles('.nvmrc', 'package-lock.json') }}
|
||||
- name: download artifacts
|
||||
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
|
||||
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
|
||||
with:
|
||||
# if `name` is not specified, it will download all artifacts
|
||||
path: artifacts/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue