We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8e255 commit 95aa286Copy full SHA for 95aa286
1 file changed
.github/workflows/validate-plugin-smoke.yml
@@ -33,7 +33,7 @@ jobs:
33
34
steps:
35
- name: Checkout repository
36
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
37
with:
38
fetch-depth: 0
39
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Set up Python
73
if: env.SHOULD_VALIDATE == 'true'
74
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
75
76
python-version: "3.12"
77
@@ -111,7 +111,7 @@ jobs:
111
112
- name: Upload validation report
113
if: always()
114
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
115
116
name: validation-report
117
path: validation-report.json
0 commit comments