diff --git a/.github/workflows/rust-linux.yml b/.github/workflows/rust-linux.yml
index 85bc0b98..99be7910 100644
--- a/.github/workflows/rust-linux.yml
+++ b/.github/workflows/rust-linux.yml
@@ -53,7 +53,7 @@ jobs:
         path: target/x86_64-unknown-linux-gnu/release/bitwarden_rs
 
     - name: Release
-      uses: Shopify/upload-to-release
+      uses: Shopify/upload-to-release@v1
       if: startsWith(github.ref, 'refs/tags/')
       with:
         name: x86_64-unknown-linux-gnu-${{ matrix.db-backend }}-bitwarden_rs
diff --git a/.github/workflows/rust-mac.yml b/.github/workflows/rust-mac.yml
index 0d1ad321..594ba0ee 100644
--- a/.github/workflows/rust-mac.yml
+++ b/.github/workflows/rust-mac.yml
@@ -53,7 +53,7 @@ jobs:
         path: target/x86_64-apple-darwin/release/bitwarden_rs
 
     - name: Release
-      uses: Shopify/upload-to-release
+      uses: Shopify/upload-to-release@v1
       if: startsWith(github.ref, 'refs/tags/')
       with:
         name: x86_64-apple-darwin-${{ matrix.db-backend }}-bitwarden_rs
diff --git a/.github/workflows/rust-win.yml b/.github/workflows/rust-win.yml
index 73d95c72..460776e2 100644
--- a/.github/workflows/rust-win.yml
+++ b/.github/workflows/rust-win.yml
@@ -52,7 +52,7 @@ jobs:
         path: target/release/bitwarden_rs.exe
 
     - name: Release
-      uses: Shopify/upload-to-release
+      uses: Shopify/upload-to-release@v1
       if: startsWith(github.ref, 'refs/tags/')
       with:
         name: x86_64-pc-windows-${{ matrix.db-backend }}-bitwarden_rs