Skip to content

Commit d7d8c79

Browse files
lukeheathgetvictor
andauthored
Update deprecated actions/upload-artifact missed in previous PR. (#25… (#26015)
Co-authored-by: Victor Lyuboslavsky <[email protected]>
1 parent 07bb6f5 commit d7d8c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-fleetd_tables.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build binaries
3535
run: make fleetd-tables-all
3636

37-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
37+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
3838
with:
3939
name: fleetd_tables
4040
path: fleetd_tables_*

.github/workflows/build-orbit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
ORBIT_COMMIT: ${{ github.sha }}
7474

7575
- name: Upload orbit
76-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
76+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
7777
with:
7878
name: orbit
7979
path: |

0 commit comments

Comments
 (0)