Skip to content

Commit

Permalink
Upgrade github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
landhb committed Dec 30, 2022
1 parent 32272f8 commit 9e75bd8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/dbus-rs-github-ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
repo: cross
matches: ${{ matrix.platform }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: cross-${{ matrix.platform }}
path: ${{ steps.cross.outputs.install_path }}
Expand All @@ -43,13 +43,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable
override: true
- name: Download Cross
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: cross-linux-musl
path: /tmp
Expand Down Expand Up @@ -77,7 +75,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 9e75bd8

Please sign in to comment.