Skip to content

Commit 7dd90f0

Browse files
chore(deps): update actions/download-artifact action to v3 (#2152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7bd01b commit 7dd90f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
- name: Remove existing react-spring
191191
run: yarn remove react-spring
192192

193-
- uses: actions/download-artifact@v2
193+
- uses: actions/download-artifact@v3
194194
with:
195195
name: package
196196
path: ./.github/publish-ci/${{ matrix.example }}

0 commit comments

Comments
 (0)