We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037b39b commit b2d4c7cCopy full SHA for b2d4c7c
1 file changed
.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