We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2827897 commit 69ede78Copy full SHA for 69ede78
.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@v3
+ uses: actions/download-artifact@v4.1.7
54
55
name: dist
56
path: dist
57
58
59
60
name: action.yml
61
path: .
@@ -116,7 +116,7 @@ jobs:
116
runs-on: ubuntu-latest
117
steps:
118
- uses: actions/checkout@v3
119
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.7
120
121
122
0 commit comments