Skip to content

Commit 8a0d423

Browse files
authored
Update main.yml
1 parent dd6687e commit 8a0d423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
6161
steps:
62-
- uses: actions/download-artifact@v2
62+
- uses: actions/download-artifact@v3
6363
with:
6464
name: artifact
6565
path: dist

0 commit comments

Comments
 (0)