Skip to content

Commit

Permalink
Merge pull request #71 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.2.0
  • Loading branch information
zone117x authored Jan 19, 2024
2 parents 4ce1236 + 06be539 commit 210082b
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@v4.1.0
- uses: actions/upload-artifact@v4.2.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@v4.1.0
- uses: actions/upload-artifact@v4.2.0
with:
name: packages
path: bin/*.nupkg
Expand Down

0 comments on commit 210082b

Please sign in to comment.