From 25488cc9b070fc7b0ab3b2e8383f72a418b6205b Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Wed, 4 Dec 2024 12:05:25 -0800 Subject: [PATCH] Remove deprecated `CODEQL_ACTION_ARTIFACT_V4_UPGRADE` env var --- .github/workflows/debug-artifacts-failure.yml | 1 - .github/workflows/debug-artifacts.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index e6cddb0a8..4efa19651 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -3,7 +3,6 @@ name: PR Check - Debug artifacts after failure env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true on: push: branches: diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index cfdf8e40d..348246c16 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -2,7 +2,6 @@ name: PR Check - Debug artifact upload env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true on: push: branches: