We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a5d79 commit fd6bb4eCopy full SHA for fd6bb4e
.github/workflows/dotnet-cd-prod.yml
@@ -38,7 +38,7 @@ jobs:
38
needs: build
39
steps:
40
- name: download artifacts
41
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v4.1.8
42
with:
43
name: pub
44
.github/workflows/dotnet-cd.yml
@@ -40,7 +40,7 @@ jobs:
45
46
0 commit comments