Fix artifact action pins
This commit is contained in:
parent
7fbc23257a
commit
fb280feaa1
4
.github/workflows/release-traceability.yml
vendored
4
.github/workflows/release-traceability.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
run: bash ./scripts/github-actions/build-service-binary.sh
|
run: bash ./scripts/github-actions/build-service-binary.sh
|
||||||
|
|
||||||
- name: Upload billing-service binary artifact
|
- name: Upload billing-service binary artifact
|
||||||
uses: actions/upload-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||||
with:
|
with:
|
||||||
name: billing-service-linux-amd64
|
name: billing-service-linux-amd64
|
||||||
path: dist/billing-service-linux-amd64
|
path: dist/billing-service-linux-amd64
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
|
||||||
- name: Download billing-service binary artifact
|
- name: Download billing-service binary artifact
|
||||||
uses: actions/download-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: billing-service-linux-amd64
|
name: billing-service-linux-amd64
|
||||||
path: dist
|
path: dist
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user