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.
1 parent 6e1456f commit 00642fdCopy full SHA for 00642fd
.github/workflows/integrationtests.yml
@@ -35,7 +35,7 @@ jobs:
35
run: ./build.sh --target=Create-NuGet-Packages
36
shell: bash
37
- name: Publish NuGet package as build artifact
38
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
39
with:
40
name: NuGet Package
41
path: ./BuildArtifacts/Packages/NuGet/
0 commit comments