From bbf2b710bf96cf87908003ad70e8c2ecdf3c1fa3 Mon Sep 17 00:00:00 2001 From: Henri Lefebvre Date: Wed, 19 Feb 2025 20:50:18 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f6470d90..8cd843d17 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: echo "Hashing: ${{ matrix.test }}" HASHED_STRING=$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}') echo "Hashed string: $HASHED_STRING" - echo "::set-output name=hashed_string::$HASHED_STRING" + echo "hashed_string=${HASHED_STRING}" >> $GITHUB_OUTPUT # Upload the artifact using the hashed string as part of the name - name: Upload coverage with hashed name @@ -107,7 +107,7 @@ jobs: echo "Hashing: ${{ matrix.test }}" HASHED_STRING=$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}') echo "Hashed string: $HASHED_STRING" - echo "::set-output name=hashed_string::$HASHED_STRING" + echo "hashed_string=${HASHED_STRING}" >> $GITHUB_OUTPUT - name: Upload coverage with hashed name uses: actions/upload-artifact@v4 @@ -156,7 +156,7 @@ jobs: echo "Hashing: ${{ matrix.test }}" HASHED_STRING=$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}') echo "Hashed string: $HASHED_STRING" - echo "::set-output name=hashed_string::$HASHED_STRING" + echo "hashed_string=${HASHED_STRING}" >> $GITHUB_OUTPUT - name: Upload coverage with hashed name uses: actions/upload-artifact@v4 @@ -205,7 +205,7 @@ jobs: echo "Hashing: ${{ matrix.test }}" HASHED_STRING=$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}') echo "Hashed string: $HASHED_STRING" - echo "::set-output name=hashed_string::$HASHED_STRING" + echo "hashed_string=${HASHED_STRING}" >> $GITHUB_OUTPUT - name: Upload coverage with hashed name uses: actions/upload-artifact@v4