Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
run: bash .github/scripts/create-ci-env.sh

- name: Load the backend image built once for this run
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: backend-image
path: /tmp
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
run: bash .github/scripts/create-ci-env.sh

- name: Load the backend image built once for this run
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: backend-image
path: /tmp
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
run: bash .github/scripts/create-ci-env.sh

- name: Load the backend image built once for this run
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: backend-image
path: /tmp
Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
run: bash .github/scripts/create-ci-env.sh

- name: Load the backend image built once for this run
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: backend-image
path: /tmp
Expand Down Expand Up @@ -606,7 +606,7 @@ jobs:
# rather than a second build that merely used the same Dockerfile.
- name: Reuse the prebuilt dev image
if: matrix.name == 'dev'
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: backend-image
path: /tmp
Expand Down
Loading