aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBlackDex <[email protected]>2022-05-21 17:46:14 +0200
committerBlackDex <[email protected]>2022-05-21 17:46:14 +0200
commit2168d0942169fcbedd1368bc095c568e57a0bed0 (patch)
tree63debff552cb018a756adacade3967cc941ec878 /.github
parentb636d20c6475bfb1b36561cb95812faee26ea7db (diff)
downloadvaultwarden-2168d0942169fcbedd1368bc095c568e57a0bed0.tar.gz
vaultwarden-2168d0942169fcbedd1368bc095c568e57a0bed0.zip
Update Rust version in Dockerfile
Updated Rust from v1.60 to v1.61 for building the images. Also made the rust version fixed for the Alpine build images to prevent those images being build with a newer version when released.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ab3a6194..7857fa8a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -140,7 +140,7 @@ jobs:
# Upload artifact to Github Actions
- name: Upload artifact
- uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
+ uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
with:
name: vaultwarden-${{ matrix.target-triple }}${{ matrix.ext }}
path: target/${{ matrix.target-triple }}/release/vaultwarden${{ matrix.ext }}