Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.5.0 (#1426)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
thomhurst and renovate-bot authored Dec 17, 2024
1 parent 9abc233 commit f50a3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
publish-packages: ${{ (github.event.inputs.publish-packages || false) && matrix.os == 'ubuntu-latest' }}

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
if: always()
with:
name: TestingPlatformDiagnosticLogs${{matrix.os}}
path: '**/log_*.diag'

- name: NuGet Packages Artifacts
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
if: always()
with:
name: 'NuGetPackages-${{matrix.os}}'
Expand Down

0 comments on commit f50a3f8

Please sign in to comment.