Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 62c99be commit 8931470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nupkgs
- name: Push to GitHub
Expand All @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nupkgs
- name: Push to NuGet
Expand Down

0 comments on commit 8931470

Please sign in to comment.