Bump actions/upload-artifact from 2 to 3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/actions/checkout-3.1.0
dependabot[bot] 4 years ago committed by GitHub
parent a630b9ad78
commit 82b6a7b2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/wiguard-tools.yml

@ -19,7 +19,7 @@ jobs:
run: mkdir build
- name: compile binary for windows
run: deno compile --allow-read --allow-write --allow-run --allow-env --unstable --target x86_64-pc-windows-msvc --output ./build/wg-quick ./src/wg-quick.ts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: wg-quick
path: build/wg-quick.exe

Loading…
Cancel
Save