diff --git a/.github/workflows/ci-debug.yml b/.github/workflows/ci-debug.yml index 868d98f..d8b680b 100644 --- a/.github/workflows/ci-debug.yml +++ b/.github/workflows/ci-debug.yml @@ -27,7 +27,7 @@ jobs: run: ren .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\Fishstrap.exe BoneFish.exe - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: BoneFish-Debug path: .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\BoneFish.exe diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 1059c86..18d4d27 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -30,7 +30,7 @@ jobs: run: ren .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\Fishstrap.exe BoneFish.exe - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: BoneFish-Release path: .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\BoneFish.exe