File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 - uses : actions/download-artifact@v4
142142 with :
143143 name : tarball
144- - uses : addnab /docker-run-action@v3
144+ - uses : maus007 /docker-run-action-fork@v1
145145 with :
146146 image : centos:7
147147 options : -v ${{ github.workspace }}:/work
@@ -192,7 +192,7 @@ jobs:
192192 - uses : actions/download-artifact@v4
193193 with :
194194 name : tarball
195- - uses : addnab /docker-run-action@v3
195+ - uses : maus007 /docker-run-action-fork@v1
196196 with :
197197 image : almalinux:9
198198 options : -v ${{ github.workspace }}:/work
@@ -245,7 +245,7 @@ jobs:
245245 - uses : actions/download-artifact@v4
246246 with :
247247 name : tarball
248- - uses : addnab /docker-run-action@v3
248+ - uses : maus007 /docker-run-action-fork@v1
249249 with :
250250 image : alpine:3
251251 options : -v ${{ github.workspace }}:/work
@@ -900,7 +900,7 @@ jobs:
900900 - uses : actions/download-artifact@v4
901901 with :
902902 name : tarball
903- - uses : addnab /docker-run-action@v3
903+ - uses : maus007 /docker-run-action-fork@v1
904904 with :
905905 # A Docker container with the newest clang release, based on Debian 13.
906906 image : tuxmake/clang-21:latest
You can’t perform that action at this time.
0 commit comments