diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc0b7e4..2834d84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: name: Upload to NuGet.org steps: - name: Download Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: package @@ -53,7 +53,7 @@ jobs: contents: write steps: - name: Download Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: package - name: Create Release