Skip to content

Commit

Permalink
Merge pull request #67 from zone117x/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
zone117x authored Dec 14, 2023
2 parents c043d2e + f9f29a8 commit 9434997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: pack
run: dotnet pack -o bin

- uses: actions/upload-artifact@v3.1.3
- uses: actions/upload-artifact@v4.0.0
with:
name: packages
path: bin/*.nupkg
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: pack
run: dotnet pack -o bin

- uses: actions/upload-artifact@v3.1.3
- uses: actions/upload-artifact@v4.0.0
with:
name: packages
path: bin/*.nupkg
Expand Down

0 comments on commit 9434997

Please sign in to comment.