Update deprecated actions/upload-artifact missed in previous PR. (#25724)

This commit is contained in:
Victor Lyuboslavsky 2025-01-23 10:50:55 -06:00 committed by GitHub
parent ff43593f36
commit 07416c29ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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_*

View file

@ -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: |