mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update deprecated actions/upload-artifact missed in previous PR. (#25724)
This commit is contained in:
parent
ff43593f36
commit
07416c29ef
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-fleetd_tables.yaml
vendored
2
.github/workflows/build-fleetd_tables.yaml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Build binaries
|
||||
run: make fleetd-tables-all
|
||||
|
||||
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
|
||||
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
|
||||
with:
|
||||
name: fleetd_tables
|
||||
path: fleetd_tables_*
|
||||
|
|
|
|||
2
.github/workflows/build-orbit.yaml
vendored
2
.github/workflows/build-orbit.yaml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
ORBIT_COMMIT: ${{ github.sha }}
|
||||
|
||||
- name: Upload orbit
|
||||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
|
||||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
|
||||
with:
|
||||
name: orbit
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue