2626 DEBIAN_FRONTEND : noninteractive
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v6
3030 with :
3131 submodules : recursive
3232
5858 cmake --build /tmp/build --config Debug --target install
5959
6060 - name : Upload artifacts
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v6
6262 with :
6363 name : video2x-nightly-linux-amd64
6464 path : /tmp/install
6767 runs-on : windows-latest
6868 steps :
6969 - name : Checkout repository
70- uses : actions/checkout@v4
70+ uses : actions/checkout@v6
7171 with :
7272 submodules : recursive
7373
@@ -103,7 +103,7 @@ jobs:
103103 cmake --build build --config Debug --parallel --target install
104104
105105 - name : Upload artifacts
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v6
107107 with :
108108 name : video2x-nightly-windows-amd64
109109 path : build/video2x_install
@@ -112,7 +112,7 @@ jobs:
112112 runs-on : ubuntu-latest
113113 steps :
114114 - name : Checkout repository
115- uses : actions/checkout@v4
115+ uses : actions/checkout@v6
116116
117117 - uses : mr-smithers-excellent/docker-build-push@v6
118118 name : Build the Docker image
@@ -127,7 +127,7 @@ jobs:
127127 runs-on : ubuntu-latest
128128 steps :
129129 - name : Checkout repository
130- uses : actions/checkout@v4
130+ uses : actions/checkout@v6
131131
132132 - name : Install dependencies
133133 run : |
@@ -173,7 +173,7 @@ jobs:
173173 --output appimage
174174
175175 - name : Upload artifacts
176- uses : actions/upload-artifact@v4
176+ uses : actions/upload-artifact@v6
177177 with :
178178 name : Video2X-x86_64.AppImage
179179 path : Video2X-x86_64.AppImage
0 commit comments