File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- name : Configure
31
31
run : >
40
40
cmake --build build --config ${{ env.BUILD_TYPE }}
41
41
42
42
- name : Upload artifacts
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : PyStand-${{ matrix.arch }}-${{ matrix.subsystem }}
46
46
path : build/${{ env.BUILD_TYPE }}
59
59
60
60
steps :
61
61
- name : Checkout
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
64
64
- name : Setup WinLibs
65
65
run : |
87
87
cmake --build build --config ${{ env.BUILD_TYPE }}
88
88
89
89
- name : Upload artifacts
90
- uses : actions/upload-artifact@v3
90
+ uses : actions/upload-artifact@v4
91
91
with :
92
92
name : PyStand-${{ matrix.sys }}-${{ matrix.subsystem }}
93
93
path : build\PyStand.exe
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
steps :
103
103
- name : Download artifacts
104
- uses : actions/download-artifact@v3
104
+ uses : actions/download-artifact@v4
105
105
106
106
- name : List downloaded files
107
107
run : ls -R
@@ -121,7 +121,7 @@ jobs:
121
121
PyStand-mingw64-GUI
122
122
123
123
- name : Release
124
- uses : softprops/action-gh-release@v1
124
+ uses : softprops/action-gh-release@v2
125
125
env :
126
126
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127
127
with :
You can’t perform that action at this time.
0 commit comments