We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78856c1 + 0123532 commit e8cdeccCopy full SHA for e8cdecc
1 file changed
.github/workflows/ci.yml
@@ -1,4 +1,3 @@
1
-# Name of the workflow
2
name: CI
3
4
# Define the events that trigger the workflow
@@ -28,10 +27,10 @@ jobs:
28
27
29
steps:
30
- name: Checkout repository
31
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
32
33
- name: Set up Node.js
34
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
35
with:
36
node-version: ${{ inputs.node_version }} # Use the Node.js version from the inputs
37
@@ -43,7 +42,7 @@ jobs:
43
42
44
- name: Upload Allure report
45
if: ${{ github.event.inputs.upload_report == 'true' }}
46
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
47
48
name: allure-report
49
path: allure-report
0 commit comments