@@ -18,10 +18,10 @@ jobs:
1818 runs-on : ubuntu-latest
1919 container : ghcr.io/opencyphal/toolshed:ts24.4.3
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Cache ext modules
2323 id : libcyphal-ext
24- uses : actions/cache@v4
24+ uses : actions/cache@v5
2525 env :
2626 cache-name : libcyphal-ext-cache
2727 with :
@@ -59,10 +59,10 @@ jobs:
5959 std : 14
6060 toolchain : gcc
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 - name : Cache ext modules
6464 id : libcyphal-ext
65- uses : actions/cache@v4
65+ uses : actions/cache@v5
6666 env :
6767 cache-name : libcyphal-ext-cache
6868 with :
8686 if : ${{ runner.debug == '1' }}
8787 run : ls -lAhR build/
8888 - name : upload-artifacts
89- uses : actions/upload-artifact@v4
89+ uses : actions/upload-artifact@v5
9090 with :
9191 name : ${{ matrix.build_flavor }}-${{ matrix.std }}-${{ matrix.toolchain }}
9292 path : |
@@ -104,10 +104,10 @@ jobs:
104104 container : ghcr.io/opencyphal/toolshed:ts24.4.3
105105 needs : [warmup]
106106 steps :
107- - uses : actions/checkout@v4
107+ - uses : actions/checkout@v5
108108 - name : Cache ext modules
109109 id : libcyphal-ext
110- uses : actions/cache@v4
110+ uses : actions/cache@v5
111111 env :
112112 cache-name : libcyphal-ext-cache
113113 with :
@@ -129,12 +129,12 @@ jobs:
129129 uses : actions/configure-pages@v5
130130 - name : Upload docs
131131 if : ${{ github.event_name != 'pull_request' }}
132- uses : actions/upload-pages-artifact@v3
132+ uses : actions/upload-pages-artifact@v4
133133 with :
134134 path : " build/docs/html/"
135135 - name : upload-pr-docs
136136 if : ${{ github.event_name == 'pull_request' }}
137- uses : actions/upload-artifact@v4
137+ uses : actions/upload-artifact@v5
138138 with :
139139 name : pr-docs
140140 path : " build/docs/html/"
0 commit comments