Skip to content

Commit 0daf42b

Browse files
committed
trivial: update github workflow
1 parent 31df2aa commit 0daf42b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Setup python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.8'
25-
cache: 'pip'
24+
python-version: "3.8"
25+
cache: "pip"
2626

2727
- name: Install dependencies
2828
run: |
@@ -42,15 +42,15 @@ jobs:
4242
--release release
4343
4444
- name: Store Release Folder
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
if: always()
4747
with:
4848
name: release
4949
path: release
5050
retention-days: 30
5151

5252
- name: Store Output Folder
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
if: always()
5555
with:
5656
name: output

0 commit comments

Comments
 (0)