diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e087a6..e37bc27 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Upload Artifacts if: startsWith(github.ref, 'refs/tags/v') - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: NuGet path: ${{ github.workspace }}/PackedNuget