We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0841a commit c22709dCopy full SHA for c22709d
1 file changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
mv KeyConnector.zip ../../../
39
40
- name: Upload project artifact
41
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
42
with:
43
name: KeyConnector.zip
44
path: src/KeyConnector/KeyConnector.zip
@@ -94,7 +94,7 @@ jobs:
94
run: echo "name=ghcr.io/bitwarden/key-connector:${IMAGE_TAG}" >> "$GITHUB_OUTPUT"
95
96
- name: Get build artifact
97
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
98
99
100
0 commit comments