Skip to content

Commit

Permalink
remove v1 and v2 github artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Oct 14, 2024
1 parent 9792478 commit c0b2342
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 @@ -125,7 +125,7 @@ jobs:
steps:

- name: Checkout sources
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
steps:

- name: Checkout sources
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
submodules: true

Expand Down

0 comments on commit c0b2342

Please sign in to comment.