Skip to content

Commit

Permalink
Merge pull request #74 from palfrey/artifact-v4
Browse files Browse the repository at this point in the history
Use artifact v4
  • Loading branch information
palfrey authored Nov 7, 2024
2 parents 85145eb + 2c728ae commit 194fb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
exit 1
fi
- name: Archive binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wait-for-db-linux-${{ matrix.build_arch }}
path: wait-for-db-linux-${{ matrix.build_arch }}

0 comments on commit 194fb33

Please sign in to comment.