From 19751497d4c00407b680519f47043356733c9c71 Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:07:33 -0800 Subject: [PATCH] Update set-pr-labels.yaml --- .github/workflows/set-pr-labels.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/set-pr-labels.yaml b/.github/workflows/set-pr-labels.yaml index 4c6f492380..2e96c1c0a2 100644 --- a/.github/workflows/set-pr-labels.yaml +++ b/.github/workflows/set-pr-labels.yaml @@ -6,6 +6,7 @@ on: branches: - 'gh-pages' - 'feature-homepage-launch' + - 'dependabot-update-6009-6008' jobs: generate-labels-artifact: @@ -39,7 +40,7 @@ jobs: echo ${{ steps.compile-labels.outputs.result }} > '${{ env.ARTIFACT_DIR }}/${{ env.ARTIFACT_FILE }}' - id: upload-labels-artifact name: 'Upload labels artifact' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pr-labels path: '${{ env.ARTIFACT_DIR }}/${{ env.ARTIFACT_FILE }}'