Skip to content

Commit

Permalink
Upgrade download-artifact action to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaSzostak authored Sep 7, 2024
1 parent 82c08bb commit e324f50
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 @@ -50,7 +50,7 @@ jobs:
dotnet-version: 6.0.306

- name: Download Package Files
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: NuGet Package Files (ubuntu-latest)
path: artifacts
Expand All @@ -75,7 +75,7 @@ jobs:
dotnet-version: 6.0.306

- name: Download Package Files
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: NuGet Package Files (ubuntu-latest)
path: artifacts
Expand Down

0 comments on commit e324f50

Please sign in to comment.