Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent f169243 commit 5da37ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: build
run: pwsh ./tools/build.ps1

- uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # tag=v2.3.1
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
with:
name: packages
path: bin/*.nupkg
Expand Down

0 comments on commit 5da37ad

Please sign in to comment.