diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74aa7e6..455c460 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: if: runner.os != 'Windows' run: | cd bin && tar -cJf ldcup-${{ matrix.os }}-${{ matrix.arch }}.tar.xz * - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') with: name: ldcup-${{ matrix.os }}-${{ matrix.arch }} @@ -105,7 +105,7 @@ jobs: dub -b release -- list -v dub -b release -- run -v -- --version tar -cJf bin/ldcup-freebsd14.3-${{ matrix.arch }}.tar.xz -C bin . - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') with: name: ldcup-freebsd-14.3-amd64 @@ -152,7 +152,7 @@ jobs: - name: Compress artifacts run: | cd bin && tar -cJf ldcup-alpine-${{ matrix.arch }}.tar.xz * - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') with: name: ldcup-alpine-${{ matrix.arch }}