diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d00c18b..2ebaa40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: Compress-Archive -Path "target/${{ matrix.target }}/release/context-builder.exe" -DestinationPath "context-builder-${{ matrix.target }}.zip" - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: context-builder-${{ matrix.target }} path: context-builder-${{ matrix.target }}.${{ matrix.archive }}