diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06fc9e1..5d2da63 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,7 +81,7 @@ jobs: # Build - run: dotnet build --no-restore -c Release ${{ env.msbuild-version-args }} - name: Upload build artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build path: | @@ -172,7 +172,7 @@ jobs: # Pack - run: dotnet pack --no-restore --no-build -c Release ${{ needs.build.outputs.msbuild-version-args }} - name: Upload release artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: release-${{ needs.determine-version.outputs.package-version }} path: |