Skip to content

Commit 5f58f3e

Browse files
committed
CI: bump release workflow actions to current majors
1 parent 5d2ca05 commit 5f58f3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildcommit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)