Skip to content

Commit

Permalink
.github: Update actions/checkout to v4
Browse files Browse the repository at this point in the history
https://github.com/actions/upload-artifact warns:

> actions/upload-artifact@v3 is scheduled for deprecation on November
> 30, 2024. Learn more. Similarly, v1/v2 are scheduled for deprecation
> on June 30, 2024.
  • Loading branch information
neuschaefer committed Nov 4, 2024
1 parent 0ff6a69 commit f17dbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install cython
run: |
sudo apt-get update && sudo apt-get install -y ${{ matrix.cython }}
Expand Down

0 comments on commit f17dbff

Please sign in to comment.