Skip to content

Commit

Permalink
update actions/upload-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu authored Aug 23, 2024
1 parent 5b0442e commit e526f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: dotnet pack
run: dotnet pack -c Release --no-build --output ${{ github.workspace }}/artifacts -p:Version=${{ env.RELEASE_VERSION }} ./src/AspNetCore.SignalR.OpenTelemetry/AspNetCore.SignalR.OpenTelemetry.csproj

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Packages
path: ${{ github.workspace }}/artifacts
Expand Down

0 comments on commit e526f19

Please sign in to comment.