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 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v1
15+ uses : actions/checkout@v4
1616
1717 - name : Install Depedencies
1818 env :
2323 run : meson build && ninja -C build
2424
2525 - name : Upload
26- uses : actions/upload-artifact@v1
26+ uses : actions/upload-artifact@v4
2727 with :
2828 name : vala-lint
2929 path : ./
4343 run : apt-get update && apt-get -y install ${dependency_packages}
4444
4545 - name : Download
46- uses : actions/download-artifact@v1
46+ uses : actions/download-artifact@v4
4747 with :
4848 name : vala-lint
4949 path : ./
6969 run : apt-get update && apt-get -y install ${dependency_packages}
7070
7171 - name : Download
72- uses : actions/download-artifact@v1
72+ uses : actions/download-artifact@v4
7373 with :
7474 name : vala-lint
7575 path : ./
9595 run : apt-get update && apt-get -y install ${dependency_packages}
9696
9797 - name : Download
98- uses : actions/download-artifact@v1
98+ uses : actions/download-artifact@v4
9999 with :
100100 name : vala-lint
101101 path : ./
@@ -131,7 +131,7 @@ jobs:
131131 run : apt-get update && apt-get -y install ${dependency_packages}
132132
133133 - name : Download
134- uses : actions/download-artifact@v1
134+ uses : actions/download-artifact@v4
135135 with :
136136 name : vala-lint
137137 path : ./
You can’t perform that action at this time.
0 commit comments