File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 runs-on : macos-13
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 submodules : recursive
1919 fetch-depth : 0
4444 run : make check
4545
4646 - name : upload
47- uses : actions/upload-artifact@v3
47+ uses : actions/upload-artifact@v4
4848 with :
4949 name : purr-data-${{ env.version }}-macos-x86_64
5050 path : Purr-Data-*.dmg
5757 DEBEMAIL : " Albert Graef <aggraef@gmail.com>"
5858
5959 steps :
60- - uses : actions/checkout@v3
60+ - uses : actions/checkout@v4
6161 with :
6262 submodules : recursive
6363 fetch-depth : 0
8383 run : echo handled by debuild
8484
8585 - name : upload
86- uses : actions/upload-artifact@v3
86+ uses : actions/upload-artifact@v4
8787 with :
8888 name : purr-data-${{ env.version }}-ubuntu-x86_64
8989 path : debuild/purr-data*.deb
@@ -102,7 +102,7 @@ jobs:
102102 steps :
103103 - uses : msys2/setup-msys2@v2
104104
105- - uses : actions/checkout@v3
105+ - uses : actions/checkout@v4
106106 with :
107107 submodules : recursive
108108 fetch-depth : 0
@@ -130,7 +130,7 @@ jobs:
130130 run : make check
131131
132132 - name : upload
133- uses : actions/upload-artifact@v3
133+ uses : actions/upload-artifact@v4
134134 with :
135135 name : purr-data-${{ env.version }}-mingw-x86_64
136136 path : Purr-Data-*.exe
You can’t perform that action at this time.
0 commit comments