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 1310d7d commit 0514efaCopy full SHA for 0514efa
.github/workflows/ci.yml
@@ -50,12 +50,12 @@ jobs:
50
with:
51
ref: main
52
- if: matrix.target == 'built' || github.event_name == 'pull_request'
53
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
54
55
name: dist
56
path: dist
57
58
59
60
name: action.yml
61
path: .
@@ -119,7 +119,7 @@ jobs:
119
runs-on: ubuntu-latest
120
steps:
121
- uses: actions/checkout@v4
122
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
123
124
125
0 commit comments