Skip to content

Commit 986772f

Browse files
updated setup-node and upload-artifact
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent f19e26e commit 986772f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Set up Node
3030
- name: Use Node.js ${{ matrix.node }}
31-
uses: actions/setup-node@v1
31+
uses: actions/setup-node@v3
3232
with:
3333
node-version: ${{ matrix.node }}
3434

@@ -64,7 +64,7 @@ jobs:
6464

6565
# Archiving integration tests artifacts
6666
- name: Upload test artifacts
67-
uses: actions/upload-artifact@v2
67+
uses: actions/upload-artifact@v3
6868
if: failure() && runner.os == 'Linux'
6969
with:
7070
name: artifacts-${{ matrix.os }}

0 commit comments

Comments
 (0)