Skip to content

Commit 06d4f2c

Browse files
authored
Merge pull request #54 from fsbolero/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
2 parents fdb00ad + b014a76 commit 06d4f2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
./build.sh -t pack -c release
3737
3838
- name: Upload nupkg
39-
uses: actions/upload-artifact@v1
39+
uses: actions/upload-artifact@v4.4.0
4040
with:
4141
name: nuget
4242
path: build
@@ -52,12 +52,12 @@ jobs:
5252
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'releases') }}
5353
steps:
5454
- name: Download nupkg
55-
uses: actions/download-artifact@v1
55+
uses: actions/download-artifact@v4.1.7
5656
with:
5757
name: nuget
5858

5959
- name: Push to GitHub feed
60-
run: dotnet nuget push nuget/*.nupkg
60+
run: dotnet nuget push *.nupkg
6161
--api-key "${{secrets.GITHUB_TOKEN}}"
6262
--source "https://nuget.pkg.github.com/${{github.repository_owner}}/"
6363
--skip-duplicate

0 commit comments

Comments
 (0)