We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c55faed + 70be70c commit 536d2f0Copy full SHA for 536d2f0
1 file changed
.github/workflows/ci-cd.yml
@@ -82,7 +82,7 @@ jobs:
82
83
steps:
84
- name: Download NuGet artifacts
85
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v7
86
with:
87
name: nuget-packages
88
path: ./artifacts
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
117
118
@@ -144,7 +144,7 @@ jobs:
144
uses: actions/checkout@v5
145
146
147
148
149
150
0 commit comments