Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AtomicFS committed Feb 14, 2024
1 parent a3f2a78 commit 61e3df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
COREBOOT_VERSION: ${{ matrix.coreboot-version }}
- name: Get artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coreboot-${{ matrix.coreboot-version }}
path: output
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
env:
LINUX_VERSION: ${{ matrix.linux-version }}
- name: Get artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.linux-version }}
path: output
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
env:
EDK2_VERSION: ${{ matrix.edk2-version }}
- name: Get artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.edk2-version }}
path: output
Expand Down

0 comments on commit 61e3df8

Please sign in to comment.