Skip to content

Commit

Permalink
CI: Bump actions/upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Dec 10, 2024
1 parent f9ff909 commit 495d1d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@ jobs:

- name: Upload metal libraries to Artifacts
if: steps.fetch.outputs.BACKUP_FOLDER != ''
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MetallibSupportPkg.pkg
path: ./MetallibSupportPkg-*.pkg

- name: Upload sys_patch_dict.py to Artifacts
if: steps.fetch.outputs.BACKUP_FOLDER != ''
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sys_patch_dict.py
path: sys_patch_dict.py

- name: Upload manifest to Artifacts
if: steps.fetch.outputs.BACKUP_FOLDER != ''
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: manifest.json
path: deploy/manifest.json
Expand Down

0 comments on commit 495d1d7

Please sign in to comment.