Skip to content

Commit

Permalink
Upgrade Github Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Nov 19, 2024
1 parent d268ab1 commit 83f0eee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
run: sudo apt install -y lcov

- name: Setup sccache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].6
with:
version: "v0.5.4"
version: "v0.8.2"

- name: Setup sccache environnement variables
run: |
Expand Down Expand Up @@ -80,8 +80,7 @@ jobs:
coverage xml
- name: upload to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: target/tarpaulin/cobertura.xml,coverage.xml,coverage.info
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: deploy to gh-pages
if: github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gh-pages/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
toolchain: stable

- name: Setup sccache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].6
with:
version: "v0.5.4"
version: "v0.8.2"

- name: Setup sccache environnement variables
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/torch-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
sudo apt-get install -y valgrind
- name: Setup sccache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].6
with:
version: "v0.5.4"
version: "v0.8.2"

- name: Setup sccache environnement variables
run: |
Expand Down

0 comments on commit 83f0eee

Please sign in to comment.