Skip to content

Commit

Permalink
Merge pull request #8 from nethesis/artifacts_actions_update
Browse files Browse the repository at this point in the history
actions: update artifact actions
  • Loading branch information
Amygos committed Sep 4, 2024
2 parents 83755ab + 0d81bbd commit ac7b768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build Falconieri
run: go build
- name: Upload Falconieri binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: falconieri
path: ./falconieri
Expand All @@ -25,7 +25,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.8
id: download
with:
name: 'falconieri'
Expand Down

0 comments on commit ac7b768

Please sign in to comment.