Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Aug 22, 2024
1 parent 781eab0 commit 1a3be69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Retrieve compiled binary
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: ed2-binary
- name: Install dependencies
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Retrieve compiled binary
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: ed2-binary
- name: Install dependencies
Expand All @@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Retrieve compiled binary
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: ed2-binary
- name: Install dependencies
Expand Down

0 comments on commit 1a3be69

Please sign in to comment.