We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92ab58 commit 83ba80eCopy full SHA for 83ba80e
.github/workflows/build.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: pack
100
run: dotnet pack --no-build -o bin -c Release
101
102
- - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
103
with:
104
name: packages
105
path: bin/*.nupkg
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments