Skip to content

Commit b423f61

Browse files
authored
chore: bump GitHub Actions to latest major versions (#14)
1 parent f0da089 commit b423f61

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- linux-x86_64
3434
- linux-aarch64
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737

3838
- name: Resolve versions
3939
id: versions
@@ -54,7 +54,7 @@ jobs:
5454
tar -czf "build/$BUNDLE_NAME.tar.gz" -C build "$BUNDLE_NAME"
5555
ls -la "build/$BUNDLE_NAME.tar.gz"
5656
57-
- uses: actions/upload-artifact@v4
57+
- uses: actions/upload-artifact@v7
5858
with:
5959
name: koel-franken-${{ matrix.platform }}
6060
path: build/koel-franken-*-${{ matrix.platform }}.tar.gz
@@ -72,7 +72,7 @@ jobs:
7272
runner: ubuntu-24.04-arm
7373
runs-on: ${{ matrix.runner }}
7474
steps:
75-
- uses: actions/download-artifact@v4
75+
- uses: actions/download-artifact@v8
7676
with:
7777
name: koel-franken-${{ matrix.platform }}
7878
path: artifact
@@ -195,7 +195,7 @@ jobs:
195195
runs-on: ubuntu-latest
196196
if: startsWith(github.ref, 'refs/tags/') || inputs.koel_version != ''
197197
steps:
198-
- uses: actions/download-artifact@v4
198+
- uses: actions/download-artifact@v8
199199
with:
200200
path: artifacts
201201
pattern: koel-franken-*

0 commit comments

Comments
 (0)