We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b4f13 commit a6bafa5Copy full SHA for a6bafa5
.github/workflows/publish.yml
@@ -76,10 +76,10 @@ jobs:
76
dotnet-version: ${{ matrix.dotnet }}
77
78
# get and set release url and version
79
- - uses: actions/download-artifact@v1
+ - uses: actions/download-artifact@v4.1.7
80
with:
81
name: create-release
82
83
84
name: get_version
85
- id: upload-url
0 commit comments