We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31df2aa commit 0daf42bCopy full SHA for 0daf42b
.github/workflows/validate.yaml
@@ -21,8 +21,8 @@ jobs:
21
- name: Setup python
22
uses: actions/setup-python@v5
23
with:
24
- python-version: '3.8'
25
- cache: 'pip'
+ python-version: "3.8"
+ cache: "pip"
26
27
- name: Install dependencies
28
run: |
@@ -42,15 +42,15 @@ jobs:
42
--release release
43
44
- name: Store Release Folder
45
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
46
if: always()
47
48
name: release
49
path: release
50
retention-days: 30
51
52
- name: Store Output Folder
53
54
55
56
name: output
0 commit comments