diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c4446a..b7d93c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: sha256sum "SurfTimer.Api-${RELEASE_TAG}-${{ matrix.rid }}.zip" > "SurfTimer.Api-${RELEASE_TAG}-${{ matrix.rid }}.zip.sha256" - name: Upload artifact (${{ matrix.rid }}) - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: SurfTimer.Api-${{ env.RELEASE_TAG }}-${{ matrix.rid }} path: | @@ -112,7 +112,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts