Skip to content

Commit

Permalink
CI: Bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Feb 20, 2024
1 parent 9288152 commit 397b044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/regression_tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:

- name: Upload regression test results
if: '!cancelled()'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact-name }}
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
container: gcc:12

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: ./.github/actions/regression_tests
Expand All @@ -26,7 +26,7 @@ jobs:
container: alpine:latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install build and test environment
run: |
apk add bash git musl-dev gcc make python3 py-pip
Expand Down

0 comments on commit 397b044

Please sign in to comment.