From c476d7280df5b5e6a61ebafb0c3de84571919d1d Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 15 Feb 2024 19:35:54 -0500 Subject: [PATCH] Update `actions/{up,down}load-artifact` to v4 --- .github/workflows/check-links.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 0bccf03f0415..51f9bffff3b0 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -33,7 +33,7 @@ jobs: - run: npm install --omit=optional - run: npm run log:check:links continue-on-error: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-log-etc path: | @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: { name: build-log-etc } - name: Fail when refcache contains entries with HTTP status 4XX run: | @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: { name: build-log-etc } - run: cat tmp/build-log.txt - run: scripts/check-build-log.sh