From 351e54cc6099271a8515372f04e132a08ac2fac4 Mon Sep 17 00:00:00 2001 From: Bas van Beek Date: Tue, 4 Apr 2023 14:43:06 +0200 Subject: [PATCH] CI: Bump github action versions --- .github/workflows/build_deps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_deps.yaml b/.github/workflows/build_deps.yaml index 60abfc9..34ba0df 100644 --- a/.github/workflows/build_deps.yaml +++ b/.github/workflows/build_deps.yaml @@ -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 @@ -158,7 +158,7 @@ jobs: path: output - name: Attach artifacts to GitHub release - uses: AButler/upload-release-assets@v2.0 + uses: AButler/upload-release-assets@v2.0.2 with: files: 'output/*' repo-token: ${{ secrets.GITHUB_TOKEN }}