Skip to content

Commit

Permalink
Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent 688ee11 commit 9b2ab96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
dotnet-version: 6.0.100
- name: Download NuGet packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nuget-packages
path: ./nupkgs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
dotnet-version: 6.0.100
- name: Download NuGet packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nuget-packages
path: ./nupkgs
Expand All @@ -103,13 +103,13 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Download reports SentrySDK.AspNetCore.Tests
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: SentrySDK.AspNetCore.Tests
path: src/Serilog.Sinks.SentrySDK.AspNetCore.Tests/reports

- name: Download reports SentrySDK.Tests
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: SentrySDK.Tests
path: src/Serilog.Sinks.SentrySDK.Tests/reports
Expand Down

0 comments on commit 9b2ab96

Please sign in to comment.