From 21822411954a985f8efff48e7ac187f418d566a4 Mon Sep 17 00:00:00 2001 From: Eric Gallager Date: Mon, 23 Dec 2024 18:21:18 -0500 Subject: [PATCH] Update libraqm.yml remove minor portion of upload action's version number, too --- .github/workflows/libraqm.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/libraqm.yml b/.github/workflows/libraqm.yml index 9951817..70e25a0 100644 --- a/.github/workflows/libraqm.yml +++ b/.github/workflows/libraqm.yml @@ -1,5 +1,4 @@ --- - name: cooljeanius/libraqm on: push: @@ -26,7 +25,7 @@ jobs: - run: if test -n "${TRAVIS_SECURE_ENV_VARS}"; then bash .ci/deploy-docs.sh; elif test -x "$(which shellcheck)"; then shellcheck .ci/deploy-docs.sh; else stat .ci/deploy-docs.sh; fi if: "${{ success() }}" - name: Upload a Build Artifact - uses: actions/upload-artifact@v4.5 + uses: actions/upload-artifact@v4 if: "${{ success() }}" with: name: gzipped_tarfile