Skip to content

Commit

Permalink
Update Github Actions checkout and upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPohys committed Feb 19, 2024
1 parent a53b2b1 commit 5e895d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the changes
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Tests
run: |
make test
- name: Save test results
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-result
path: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the changes
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: main
env:
Expand Down

0 comments on commit 5e895d7

Please sign in to comment.