File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 - uses : actions/download-artifact@v4
143143 with :
144144 name : tarball
145- - uses : addnab /docker-run-action@v3
145+ - uses : maus007 /docker-run-action-fork@v1
146146 with :
147147 image : centos:7
148148 options : -v ${{ github.workspace }}:/work
@@ -193,7 +193,7 @@ jobs:
193193 - uses : actions/download-artifact@v4
194194 with :
195195 name : tarball
196- - uses : addnab /docker-run-action@v3
196+ - uses : maus007 /docker-run-action-fork@v1
197197 with :
198198 image : almalinux:9
199199 options : -v ${{ github.workspace }}:/work
@@ -246,7 +246,7 @@ jobs:
246246 - uses : actions/download-artifact@v4
247247 with :
248248 name : tarball
249- - uses : addnab /docker-run-action@v3
249+ - uses : maus007 /docker-run-action-fork@v1
250250 with :
251251 image : alpine:3
252252 options : -v ${{ github.workspace }}:/work
@@ -898,7 +898,7 @@ jobs:
898898 - uses : actions/download-artifact@v4
899899 with :
900900 name : tarball
901- - uses : addnab /docker-run-action@v3
901+ - uses : maus007 /docker-run-action-fork@v1
902902 with :
903903 # A Docker container with the newest clang release, based on Debian 13.
904904 image : tuxmake/clang-21:latest
You can’t perform that action at this time.
0 commit comments