Skip to content

Commit

Permalink
workflow: update checkout and artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ansemjo committed Jun 17, 2024
1 parent 8a77d94 commit 5298dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile static binaries for target
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
make sources/${{ matrix.target }}.tar
- name: Upload job artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/main'
with:
name: ${{ matrix.target }}
Expand Down

0 comments on commit 5298dae

Please sign in to comment.