Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 3450193 commit 85ea29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: dotnet tool install --global NuGetKeyVaultSignTool

- name: Download Unsigned Packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Unsigned
path: '${{ github.workspace }}/unsigned'
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v4
- name: Download Packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Signed
path: '${{ github.workspace }}/packages'
Expand Down

0 comments on commit 85ea29f

Please sign in to comment.