summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deployment.yml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-10-20 06:24:04 -0400
committerGitHub <noreply@github.com>2022-10-20 06:24:04 -0400
commitfc90c549efa8c55783c34ccf4984fb01b5ea5464 (patch)
tree97420d06104e35e707b628df4a5f7e2e43660622 /.github/workflows/deployment.yml
parent8043a72029341d94b297f280775392999355f169 (diff)
ci: update GitHub CI to remove deprecated/unmaintained actions and commands (#846)
* ci: update rust-cache to 2.0.1 * ci: update dtolnay/rust-toolchain to ba37adf * ci: update skip-duplicate-actions to v5.2.0 * ci: update ClementTsang/cargo-action to v0.0.3 * ci: update to macos-12 * ci: update ghaction-chocolatey to 2.1.0 * ci: update upload-artifact to v3.1.0 * ci: change from actions-rs to rustsec for audit-check * ci: stop using actions-rs for builds * ci: update cirrus to use tlsv1.2 when curling * ci: disable macOS ARM workflows on GHA since its built on Cirrus
Diffstat (limited to '.github/workflows/deployment.yml')
-rw-r--r--.github/workflows/deployment.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 17a58223..814c8ec0 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -41,7 +41,7 @@ jobs:
run: echo "${{ env.VERSION }}" > release-version
- name: Upload release-version as artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
with:
retention-days: 3
name: release-version
@@ -94,7 +94,7 @@ jobs:
mv choco.zip release/
- name: Save release as artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
with:
retention-days: 3
name: release