Skip to content

Commit a90142d

Browse files
committed
v5 artifacts
1 parent f5a3310 commit a90142d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-native-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
echo NUPKG_PATH="${{ github.workspace }}/nupkgs/${PKG_ID}.${{ env.PADDLE_VERSION }}.${{ github.run_number }}.nupkg" >> $GITHUB_ENV
199199
200200
- name: Upload nupkg artifact
201-
uses: actions/upload-artifact@v4
201+
uses: actions/upload-artifact@v5
202202
with:
203203
name: nuget-${{ matrix.title }}
204204
path: ${{ env.NUPKG_PATH }}

0 commit comments

Comments
 (0)