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 125f432 + 3c63d0d commit b54e7bbCopy full SHA for b54e7bb
1 file changed
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
id: version
44
run: echo "value=$(ls ./artifacts/*.nupkg | head -n1 | sed -E 's/.*Monnify\.([0-9].*)\.nupkg/\1/')" >> "$GITHUB_OUTPUT"
45
46
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
47
with:
48
name: nupkg
49
path: ./artifacts/*.nupkg
0 commit comments