Skip to content

Commit

Permalink
ci: fix deprecation notice of the upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Oct 1, 2024
1 parent 78b297e commit 96619d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: dotnet pack -v normal -c Release --no-restore --include-symbols --include-source -p:PackageVersion=0.0.0 $PROJECT_NAME/$PROJECT_NAME.csproj
- name: Upload Artifact
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nupkg
path: ${{ env.PROJECT_NAME }}/bin/Release/*.nupkg
Expand Down

0 comments on commit 96619d7

Please sign in to comment.