Skip to content

Commit

Permalink
Merge pull request #69 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.1.0
  • Loading branch information
zone117x authored Jan 12, 2024
2 parents 6b67b23 + 0e8708c commit a89c027
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.0.0
- uses: actions/upload-artifact@v4.1.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.0.0
- uses: actions/upload-artifact@v4.1.0
with:
name: packages
path: bin/*.nupkg
Expand Down

0 comments on commit a89c027

Please sign in to comment.