Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent eb50bef commit 359ef55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ninja mos_uefi_partition
- name: Upload Bootable Artifact
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: MOS-${{matrix.build_type}}-${{matrix.config.arch}}
path: build/uefi-files
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Upload Test Results
if: always()
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: MOS-${{matrix.build_type}}-${{matrix.config.arch}}-test-results
path: build/test-results/

0 comments on commit 359ef55

Please sign in to comment.