Skip to content

Commit e8cdecc

Browse files
authored
Merge pull request #77 from MForofontov/dev_branch
chore: update CI workflow to use latest versions of actions
2 parents 78856c1 + 0123532 commit e8cdecc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Name of the workflow
21
name: CI
32

43
# Define the events that trigger the workflow
@@ -28,10 +27,10 @@ jobs:
2827

2928
steps:
3029
- name: Checkout repository
31-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3231

3332
- name: Set up Node.js
34-
uses: actions/setup-node@v2
33+
uses: actions/setup-node@v3
3534
with:
3635
node-version: ${{ inputs.node_version }} # Use the Node.js version from the inputs
3736

@@ -43,7 +42,7 @@ jobs:
4342

4443
- name: Upload Allure report
4544
if: ${{ github.event.inputs.upload_report == 'true' }}
46-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4746
with:
4847
name: allure-report
4948
path: allure-report

0 commit comments

Comments
 (0)