Skip to content

Commit 25488cc

Browse files
committed
Remove deprecated CODEQL_ACTION_ARTIFACT_V4_UPGRADE env var
1 parent 87548a2 commit 25488cc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/debug-artifacts-failure.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: PR Check - Debug artifacts after failure
44
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6-
CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true
76
on:
87
push:
98
branches:

.github/workflows/debug-artifacts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: PR Check - Debug artifact upload
33
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5-
CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true
65
on:
76
push:
87
branches:

0 commit comments

Comments
 (0)