diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d83673a..a3ad447 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Build run: cargo build --release --verbose - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: uw8-${{ matrix.build }} path: target/release/${{ matrix.exe }}