We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f1dc20 + 3d0a98c commit 0aeeaceCopy full SHA for 0aeeace
.github/workflows/generate-release-target.yml
@@ -396,7 +396,7 @@ jobs:
396
397
- name: Upload ${{ steps.pack.outputs.artifact_name_nupkg }}
398
if: ${{ steps.package-info.outputs.package_can_release == 'True' }}
399
- uses: actions/upload-artifact@v4.6.0
+ uses: actions/upload-artifact@v4.6.1
400
with:
401
name: ${{ steps.pack.outputs.artifact_name_nupkg }}
402
path: ${{ steps.pack.outputs.path_nupkg }}
0 commit comments