mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(deps): update actions/download-artifact action to v3 (#10502)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4c1716704c
commit
f2d844223e
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -224,7 +224,7 @@ jobs:
|
||||
key: ${{ matrix.os }}-node-v${{ matrix.node }}-nuxt-${{ github.sha }}
|
||||
|
||||
- name: restore fixtures
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: fixtures-${{ matrix.os }}-node-v${{ matrix.node }}
|
||||
path: test/fixtures
|
||||
@ -261,7 +261,7 @@ jobs:
|
||||
key: ${{ matrix.os }}-node-v${{ matrix.node }}-nuxt-${{ github.sha }}
|
||||
|
||||
- name: restore fixtures
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: fixtures-${{ matrix.os }}-node-v${{ matrix.node }}
|
||||
path: test/fixtures
|
||||
@ -298,7 +298,7 @@ jobs:
|
||||
key: ${{ matrix.os }}-node-v${{ matrix.node }}-nuxt-${{ github.sha }}
|
||||
|
||||
- name: restore fixtures
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: fixtures-${{ matrix.os }}-node-v${{ matrix.node }}
|
||||
path: test/fixtures
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -155,7 +155,7 @@ jobs:
|
||||
key: ${{ matrix.os }}-node-v${{ matrix.node }}-nuxt-${{ github.sha }}
|
||||
|
||||
- name: restore fixtures
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: fixtures-${{ matrix.os }}-node-v${{ matrix.node }}
|
||||
path: test/fixtures
|
||||
|
Loading…
Reference in New Issue
Block a user