Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 928fcd6 commit 995440b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
ninja mos_uefi_partition
- name: Upload Bootable Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.1
with:
name: MOS-${{matrix.build_type}}-${{matrix.config.arch}}
path: build/uefi-files
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.1
with:
name: MOS-${{matrix.build_type}}-${{matrix.config.arch}}-test-results-single-cpu
path: build/test-results/
Expand All @@ -117,7 +117,7 @@ jobs:
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.1
with:
name: MOS-${{matrix.build_type}}-${{matrix.config.arch}}-test-results-multiple-cpus
path: build/test-results/

0 comments on commit 995440b

Please sign in to comment.