This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
name : Checkout repository
15
15
16
16
- uses : chartboost/ruff-action@v1
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Install Python
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ' 3.12'
27
27
47
47
- name : Rename binary
48
48
run : mv "${{ steps.get_info.outputs.NAME }}-v${{ steps.get_info.outputs.VERSION }}.exe" "${{ steps.get_info.outputs.NAME }}-v${{ steps.get_info.outputs.VERSION }}-win-x86_64.exe"
49
49
50
- - uses : actions/upload-artifact@v3
50
+ - uses : actions/upload-artifact@v4
51
51
name : Upload binary artifact
52
52
with :
53
53
name : windows-binary
@@ -64,10 +64,10 @@ jobs:
64
64
65
65
steps :
66
66
- name : Checkout repository
67
- uses : actions/checkout@v3
67
+ uses : actions/checkout@v4
68
68
69
69
- name : Install Python
70
- uses : actions/setup-python@v4
70
+ uses : actions/setup-python@v5
71
71
with :
72
72
python-version : ' 3.12'
73
73
86
86
run : mkdir -p windows-binary
87
87
88
88
- name : Download Windows binary
89
- uses : actions/download-artifact@v3
89
+ uses : actions/download-artifact@v4
90
90
with :
91
91
name : windows-binary
92
92
path : windows-binary
You can’t perform that action at this time.
0 commit comments