Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3 (#2153)
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] authored May 1, 2023
1 parent 7dd90f0 commit 9a4d987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Pack
run: yarn package

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: package
path: packages/react-spring/package.tgz
Expand Down

1 comment on commit 9a4d987

@vercel
Copy link

@vercel vercel bot commented on 9a4d987 May 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.