This commit is contained in:
Adrien Ferrand 2023-10-27 14:27:32 +02:00
parent 27a0b59ea3
commit d985f4cc5b

View File

@ -32,6 +32,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Download container image artifact
uses: actions/download-artifact@v3
with:
@ -46,8 +48,6 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Download container image artifact
uses: actions/download-artifact@v3
with: