Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot committed Dec 14, 2023
1 parent 9940d07 commit 74a605b
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 @@ -69,7 +69,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 pkg.github.com
Expand All @@ -82,7 +82,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.org
Expand Down

0 comments on commit 74a605b

Please sign in to comment.