Skip to content

Commit

Permalink
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 talisein committed Dec 18, 2023
1 parent 0f7a67e commit b4a710c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Save logs
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: meson-log ${{ matrix.os }} ${{ matrix.compiler }}
path: |
Expand Down Expand Up @@ -264,14 +264,14 @@ jobs:
# Capture the binary
- if: ${{ matrix.flavor != 'windows' && (success() || failure()) }}
name: Binary Ubuntu/Mac
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dregarnuhr-${{ matrix.os }}-${{ matrix.compiler }}
path: build/src/dregarnuhr

- if: ${{ matrix.flavor == 'windows' && (success() || failure()) }}
name: Binary Windows
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dregarnuhr-${{ matrix.os }}
path: build/src/dregarnuhr.exe
Expand Down

0 comments on commit b4a710c

Please sign in to comment.