File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 if : false # Disabled - libraries no longer committed to repository
167167 steps :
168168 - uses : actions/checkout@v6.0.2
169- - uses : actions/download-artifact@v4
169+ - uses : actions/download-artifact@v8
170170 with :
171171 path : lib
172172
@@ -189,7 +189,7 @@ jobs:
189189 - uses : actions/checkout@v6.0.2
190190
191191 - name : Download all artifacts
192- uses : actions/download-artifact@v4
192+ uses : actions/download-artifact@v8
193193 with :
194194 path : artifacts
195195
@@ -225,7 +225,7 @@ jobs:
225225 run : echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
226226
227227 - name : Create GitHub Release
228- uses : softprops/action-gh-release@v1
228+ uses : softprops/action-gh-release@v3
229229 with :
230230 files : stackman-${{ steps.get_version.outputs.VERSION }}.tar.gz
231231 body : |
You can’t perform that action at this time.
0 commit comments