diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 978e8c8..47bd487 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: run: dist build --target=${{ matrix.target }} --artifacts=local --output-format=json > dist-manifest.json - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: artifacts-${{ matrix.target }} path: target/distrib/ @@ -108,7 +108,7 @@ jobs: run: dist build --artifacts=global --output-format=json > dist-manifest.json - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: artifacts-global path: target/distrib/