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.
2 parents 154f62a + 6ce710e commit d4c5f4bCopy full SHA for d4c5f4b
.github/workflows/dotnet.yml
@@ -78,7 +78,7 @@ jobs:
78
79
steps:
80
- name: download artifact
81
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
82
with:
83
name: nugets
84
@@ -99,7 +99,7 @@ jobs:
99
needs: build
100
101
102
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
103
104
105
@@ -119,7 +119,7 @@ jobs:
119
if: startsWith(github.ref, 'refs/tags/')
120
121
122
123
124
125
0 commit comments