diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ddbfc26..e888cb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: project-dir: "." - name: Artifact upload - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.build-crate.outputs.file-name }} path: ${{ steps.build-crate.outputs.file-path }}