Skip to content

Commit

Permalink
Update deprecated actions/upload-artifact missed in previous PR. (#25724
Browse files Browse the repository at this point in the history
)
  • Loading branch information
getvictor authored Jan 23, 2025
1 parent ff43593 commit 07416c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-fleetd_tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion .github/workflows/build-orbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 07416c2

Please sign in to comment.