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 701c38b commit ebeb579Copy full SHA for ebeb579
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: [idp]
27
environment: ci
28
steps:
29
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
30
with:
31
fetch-depth: 0
32
@@ -42,7 +42,7 @@ jobs:
42
NUGET_SOURCE: ${{ vars.GSOFTDEV_NUGET_SOURCE }}
43
44
- name: Upload NuGet package
45
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
46
if: always()
47
48
name: nuget-package
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments