We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56a9d1 commit 433a878Copy full SHA for 433a878
.github/workflows/ci.yml
@@ -49,12 +49,12 @@ jobs:
49
steps:
50
- uses: actions/checkout@v4
51
- if: matrix.target == 'built' || github.event_name == 'pull_request'
52
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
53
with:
54
name: dist
55
path: dist
56
57
58
59
name: action.yml
60
path: .
@@ -94,7 +94,7 @@ jobs:
94
95
96
- run: rm -rf dist
97
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
98
99
100
0 commit comments