Skip to content

Commit fc7d435

Browse files
tommyp1cklesrgo3
authored andcommitted
Bump LVM/artifact action version to latest releases.
Previous version now fails with errors such as: ``` Error: This request has been automatically failed because it uses a deprecated version of `actions/cache: 13aacd865c20de90d75de3b17ebe84f7a17d57d2` ``` Signed-off-by: Tom Hadlaw <[email protected]>
1 parent 63396c8 commit fc7d435

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/actions/pwru-test/action.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
using: composite
2525
steps:
2626
- name: PWRU test
27-
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
27+
uses: cilium/little-vm-helper@e87948476ca97050b1f149ab2aec379d0de19b84 # v0.0.23
2828
with:
2929
provision: 'false'
3030
cmd: |
@@ -52,7 +52,7 @@ runs:
5252
5353
- name: Fetch artifacts from LVH VM
5454
if: ${{ !success() }}
55-
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
55+
uses: cilium/little-vm-helper@e87948476ca97050b1f149ab2aec379d0de19b84 # v0.0.23
5656
with:
5757
provision: 'false'
5858
cmd: |
@@ -61,7 +61,7 @@ runs:
6161
6262
- name: Upload artifacts
6363
if: ${{ !success() }}
64-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: logs-${{ inputs.test-name }}
6767
path: ./logs/${{ inputs.test-name }}/pwru-*

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
echo "vsn=${major}${minor}" >> "$GITHUB_OUTPUT"
9090
9191
- name: Provision LVH VMs
92-
uses: cilium/little-vm-helper@97c89f004bd0ab4caeacfe92ebc956e13e362e6b # v0.0.19
92+
uses: cilium/little-vm-helper@e87948476ca97050b1f149ab2aec379d0de19b84 # v0.0.23
9393
with:
9494
test-name: pwru-test
9595
image-version: ${{ matrix.kernel }}
@@ -225,7 +225,7 @@ jobs:
225225

226226
- name: Fetch artifacts
227227
if: ${{ !success() }}
228-
uses: cilium/little-vm-helper@97c89f004bd0ab4caeacfe92ebc956e13e362e6b # v0.0.19
228+
uses: cilium/little-vm-helper@e87948476ca97050b1f149ab2aec379d0de19b84 # v0.0.23
229229
with:
230230
provision: 'false'
231231
cmd: |

actions/pwru-log/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
done
2121
2222
- name: Upload PWRU logs
23-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
23+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2424
with:
2525
name: pwru-log
2626
path: pwru*.log

0 commit comments

Comments
 (0)