Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Ferrand committed Oct 27, 2023
1 parent 27a0b59 commit d985f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit d985f4c

Please sign in to comment.