We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c43497 + a6003be commit eff5701Copy full SHA for eff5701
1 file changed
.github/workflows/dotnet.yml
@@ -51,7 +51,7 @@ jobs:
51
steps:
52
- uses: actions/checkout@v6
53
- name: Download build artifacts
54
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
55
with:
56
name: build-artifacts
57
- name: NugetPush
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments