diff options
author | yvt | 2022-09-10 04:15:49 +0000 |
---|---|---|
committer | Michael Davis | 2022-09-10 13:36:48 +0000 |
commit | 02d6102540eb1d3d2ffda0e2050f65d0daf97258 (patch) | |
tree | 1b56908da0825ce2b9b63fd8d9014348e7c391b2 | |
parent | 0090a2d86fd573127d28ce99546e200579390d9b (diff) |
chore(ci): upgrade `actions/upload-artifact` to v3
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9510ec0..481e7b32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -289,7 +289,7 @@ jobs: overwrite: true - name: Upload binaries as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: env.preview == 'true' with: name: release |