|
37 | 37 |
|
38 | 38 | # Upload the contents of the build directory for later stages to use
|
39 | 39 | - name: Upload build artifacts
|
40 |
| - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 |
| 40 | + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 |
41 | 41 | with:
|
42 | 42 | name: build-artifacts
|
43 | 43 | path: build/
|
|
51 | 51 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
52 | 52 |
|
53 | 53 | - name: Download build artifacts
|
54 |
| - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 |
| 54 | + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 |
55 | 55 | with:
|
56 | 56 | name: build-artifacts
|
57 | 57 | path: build/
|
|
86 | 86 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
87 | 87 |
|
88 | 88 | - name: Download build artifacts
|
89 |
| - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 |
| 89 | + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 |
90 | 90 | with:
|
91 | 91 | name: build-artifacts
|
92 | 92 | path: build/
|
@@ -124,7 +124,7 @@ jobs:
|
124 | 124 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
125 | 125 |
|
126 | 126 | - name: Download build artifacts
|
127 |
| - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 |
| 127 | + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 |
128 | 128 | with:
|
129 | 129 | name: build-artifacts
|
130 | 130 | path: build/
|
@@ -162,7 +162,7 @@ jobs:
|
162 | 162 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
163 | 163 |
|
164 | 164 | - name: Download build artifacts
|
165 |
| - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 |
| 165 | + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 |
166 | 166 | with:
|
167 | 167 | name: build-artifacts
|
168 | 168 | path: build/
|
@@ -202,7 +202,7 @@ jobs:
|
202 | 202 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
203 | 203 |
|
204 | 204 | - name: Download build artifacts
|
205 |
| - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 |
| 205 | + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 |
206 | 206 | with:
|
207 | 207 | name: build-artifacts
|
208 | 208 | path: build/
|
|
0 commit comments