File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 - uses : actions/download-artifact@v4
141141 with :
142142 name : tarball
143- - uses : addnab /docker-run-action@v3
143+ - uses : maus007 /docker-run-action-fork@v1
144144 with :
145145 image : centos:7
146146 options : -v ${{ github.workspace }}:/work
@@ -191,7 +191,7 @@ jobs:
191191 - uses : actions/download-artifact@v4
192192 with :
193193 name : tarball
194- - uses : addnab /docker-run-action@v3
194+ - uses : maus007 /docker-run-action-fork@v1
195195 with :
196196 image : almalinux:9
197197 options : -v ${{ github.workspace }}:/work
@@ -244,7 +244,7 @@ jobs:
244244 - uses : actions/download-artifact@v4
245245 with :
246246 name : tarball
247- - uses : addnab /docker-run-action@v3
247+ - uses : maus007 /docker-run-action-fork@v1
248248 with :
249249 image : alpine:3
250250 options : -v ${{ github.workspace }}:/work
@@ -902,7 +902,7 @@ jobs:
902902 - uses : actions/download-artifact@v4
903903 with :
904904 name : tarball
905- - uses : addnab /docker-run-action@v3
905+ - uses : maus007 /docker-run-action-fork@v1
906906 with :
907907 # A Docker container with the newest clang release, based on Debian 13.
908908 image : tuxmake/clang-21:latest
You can’t perform that action at this time.
0 commit comments