Skip to content

Commit 5f329a4

Browse files
bump gh action
1 parent 2331d23 commit 5f329a4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/create_req_files.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
- name: Show created req file
3838
shell: bash
3939
run: cat ${{ env.requirements_file }}
40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4
4141
with:
42-
path: temp_requirement
42+
name: tested_requirement-py${{ matrix.python-version }}
43+
path: tested_requirements
4344

4445
push-files:
4546
needs: create-req-files
@@ -50,9 +51,9 @@ jobs:
5051
with:
5152
token: ${{ secrets.PAT }}
5253
- name: Download requirement files
53-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4
5455
with:
55-
name: artifact
56+
pattern: tested_requirement-py*
5657
path: tested_requirements
5758
- name: Commit and push new requirements files
5859
run: |

0 commit comments

Comments
 (0)