Skip to content

Commit

Permalink
Merge pull request #54 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 fdb00ad + b014a76 commit 06d4f2c
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 @@ -36,7 +36,7 @@ jobs:
./build.sh -t pack -c release
- 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' || contains(github.ref, 'releases') }}
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 06d4f2c

Please sign in to comment.