File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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-*
You can’t perform that action at this time.
0 commit comments