Skip to content

Commit e320d1b

Browse files
CI : Update Node12 actions
This matches the action versions used on Gaffer CI and silences the "The following actions uses node12 which is deprecated and will be forced to run on node16" warnings. There are even newer versions of these actions, such as checkout and upload-artifact v4, but they require Node20 which we're unable to use on our CentOS 7 build container.
1 parent 26ee835 commit e320d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494

9595
steps:
9696

97-
- uses: actions/checkout@v2
97+
- uses: actions/checkout@v3
9898

99-
- uses: ilammy/msvc-dev-cmd@v1.10.0
99+
- uses: ilammy/msvc-dev-cmd@v1.12.1
100100
with:
101101
sdk: 10.0.17763.0
102102

@@ -188,7 +188,7 @@ jobs:
188188
${{ env.PACKAGE_COMMAND }} ${{ env.CORTEX_BUILD_NAME }}.${{env.PACKAGE_EXTENSION}} ${{ env.CORTEX_BUILD_NAME }}
189189
if: matrix.publish
190190

191-
- uses: actions/upload-artifact@v2
191+
- uses: actions/upload-artifact@v3
192192
with:
193193
name: ${{ env.CORTEX_BUILD_NAME }}
194194
path: ${{ env.CORTEX_BUILD_NAME }}.${{ env.PACKAGE_EXTENSION }}

0 commit comments

Comments
 (0)