Browse Source

[deps]: Update GitHub Artifact Actions

pull/240/head
renovate[bot] 2 days ago committed by GitHub
parent
commit
3168063a02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -38,7 +38,7 @@ jobs:
mv KeyConnector.zip ../../../ mv KeyConnector.zip ../../../
- name: Upload project artifact - name: Upload project artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with: with:
name: KeyConnector.zip name: KeyConnector.zip
path: src/KeyConnector/KeyConnector.zip path: src/KeyConnector/KeyConnector.zip
@ -94,7 +94,7 @@ jobs:
run: echo "name=ghcr.io/bitwarden/key-connector:${IMAGE_TAG}" >> "$GITHUB_OUTPUT" run: echo "name=ghcr.io/bitwarden/key-connector:${IMAGE_TAG}" >> "$GITHUB_OUTPUT"
- name: Get build artifact - name: Get build artifact
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
with: with:
name: KeyConnector.zip name: KeyConnector.zip

Loading…
Cancel
Save