Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3 (#10509)
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] committed Jun 23, 2022
1 parent f2d8442 commit 263f5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -191,7 +191,7 @@ jobs:
run: yarn test:fixtures -i

- name: Save fixtures
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: fixtures-${{ matrix.os }}-node-v${{ matrix.node }}
path: test/fixtures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -119,7 +119,7 @@ jobs:
run: yarn test:fixtures

- name: Save fixtures
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: fixtures-${{ matrix.os }}-node-v${{ matrix.node }}
path: test/fixtures
Expand Down

0 comments on commit 263f5d6

Please sign in to comment.