Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and nmoinvaz committed Sep 26, 2024
1 parent fdedeaf commit 080de88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

- name: Upload build errors
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Build Errors - ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

- name: Upload build errors
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Build Errors - ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

- name: Upload build errors
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Build Errors - ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/winrt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: cmake --build build --config RelWithDebInfo

- name: Upload build errors
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Build Errors - ${{ matrix.name }}
Expand Down

0 comments on commit 080de88

Please sign in to comment.