diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 073f6ae..1b2cff0 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -70,7 +70,7 @@ jobs: Rename-Item -Path "dist/oci-lexer-parse${{ matrix.ext }}" -NewName "${{ matrix.artifact }}" - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact }} path: dist/${{ matrix.artifact }}