We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc5596 commit 2ef6b92Copy full SHA for 2ef6b92
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
mv KeyConnector.zip ../../../
39
40
- name: Upload project artifact
41
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
98
99
100
0 commit comments