We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cecf8f + 2f47fae commit b3ca9b7Copy full SHA for b3ca9b7
1 file changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
dotnet pack src/Fyper.Age/Fyper.Age.fsproj -c Release --no-build -o nupkg
51
52
- name: Upload packages
53
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
54
with:
55
name: nupkg
56
path: nupkg/*.nupkg
0 commit comments