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.
1 parent c662f7e commit 7eb9725Copy full SHA for 7eb9725
.github/workflows/build-binaries.yml
@@ -136,7 +136,7 @@ jobs:
136
RUSTFLAGS="-C target-feature=-crt-static" cross build --release --target ${{ matrix.target }}
137
138
- name: Upload artifacts
139
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
140
with:
141
name: ${{ matrix.build }}
142
path: |
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
dotnet nuget push **/*.nupkg --source 'https://api.nuget.org/v3/index.json' --skip-duplicate -k ${{ secrets.nuget }}
37
38
39
40
41
42
**/*.nupkg
0 commit comments