Skip to content

Commit 6ef1451

Browse files
committed
ci: update workflow action versions
1 parent 0aa1e95 commit 6ef1451

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/rust.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ jobs:
5151
OS: ubuntu-latest
5252
- TARGET: x86_64-unknown-freebsd
5353
OS: ubuntu-latest
54-
ARTIFACT_NAME: freebsd-13.2-x86_64
55-
BSD_VERSION: 13.2
54+
ARTIFACT_NAME: freebsd-14.4-x86_64
55+
BSD_VERSION: '14.4'
5656
runs-on: ${{ matrix.OS }}
5757
env:
5858
NAME: Vnts
5959
TARGET: ${{ matrix.TARGET }}
6060
OS: ${{ matrix.OS }}
6161
FEATURES: ${{ matrix.FEATURES }}
6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v7
6464
- name: Init submodules
6565
run: git submodule update --init --recursive --remote && git submodule status
6666
- name: Cargo cache
67-
uses: actions/cache@v4
67+
uses: actions/cache@v6
6868
with:
6969
path: |
7070
~/.cargo/registry
@@ -82,7 +82,7 @@ jobs:
8282
- name: List
8383
run: find ./
8484
- name: Build Vnts X86_64-FreeBSD
85-
uses: cross-platform-actions/action@v0.23.0
85+
uses: cross-platform-actions/action@v1.4.0
8686
if: ${{ endsWith(matrix.TARGET, 'freebsd') }}
8787
env:
8888
TARGET: ${{ matrix.TARGET }}
@@ -243,7 +243,7 @@ jobs:
243243
- name: List target Vnts
244244
run: find ./artifacts
245245
- name: Archive artifact
246-
uses: actions/upload-artifact@v4
246+
uses: actions/upload-artifact@v7
247247
with:
248248
name: Vnts-${{ matrix.TARGET }}
249249
path: |
@@ -255,7 +255,7 @@ jobs:
255255
runs-on: ubuntu-latest
256256
steps:
257257
- name: Download artifacts
258-
uses: actions/download-artifact@v4
258+
uses: actions/download-artifact@v8
259259
with:
260260
path: ./artifacts
261261
- name: List
@@ -267,4 +267,4 @@ jobs:
267267
file: ./artifacts/*/vnts*
268268
tag: ${{ github.ref }}
269269
overwrite: true
270-
file_glob: true
270+
file_glob: true

0 commit comments

Comments
 (0)