Skip to content

Commit

Permalink
Merge pull request #22 from fsbolero/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
  • Loading branch information
Tarmil authored Oct 16, 2024
2 parents d59df33 + 4f7e81f commit 8474c58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
dotnet paket pack ./build --version "$(dotnet nbgv get-version -v SemVer2)" --minimum-from-lock-file
- name: Upload nupkg
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4.4.0
with:
name: nuget
path: build
Expand All @@ -52,12 +52,12 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- name: Download nupkg
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: nuget

- name: Push to GitHub feed
run: dotnet nuget push nuget/*.nupkg
run: dotnet nuget push *.nupkg
--api-key "${{secrets.GITHUB_TOKEN}}"
--source "https://nuget.pkg.github.com/${{github.repository_owner}}/"
--skip-duplicate
Expand Down

0 comments on commit 8474c58

Please sign in to comment.