Skip to content

Commit

Permalink
CI: Bump github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Apr 4, 2023
1 parent bbebc3f commit 351e54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up QEMU
if: matrix.platform == 'manylinux2014_aarch64'
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
path: output

- name: Attach artifacts to GitHub release
uses: AButler/[email protected]
uses: AButler/[email protected].2
with:
files: 'output/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 351e54c

Please sign in to comment.