From 182a2b315b6c5e12b381cfff2971768a58db3407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:34:15 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu20.04.yml | 2 +- .github/workflows/ubuntu22.04.yml | 2 +- .github/workflows/ubuntu23.04.yml | 2 +- .github/workflows/ubuntu24.04.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7617b4f26..c6fe3e347 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -45,7 +45,7 @@ jobs: - name: Upload to Github - uses: 'actions/upload-artifact@v3' + uses: 'actions/upload-artifact@v4' with: name: "OpenHD Image Writer" path: | diff --git a/.github/workflows/ubuntu20.04.yml b/.github/workflows/ubuntu20.04.yml index 664dfe929..f1acfb96e 100644 --- a/.github/workflows/ubuntu20.04.yml +++ b/.github/workflows/ubuntu20.04.yml @@ -35,7 +35,7 @@ jobs: debuild -uc -us cd .. - name: Upload to Github - uses: 'actions/upload-artifact@v2' + uses: 'actions/upload-artifact@v4' with: name: "OpenHD Image Writer" path: | diff --git a/.github/workflows/ubuntu22.04.yml b/.github/workflows/ubuntu22.04.yml index 64aabbb9a..4c5db475f 100644 --- a/.github/workflows/ubuntu22.04.yml +++ b/.github/workflows/ubuntu22.04.yml @@ -35,7 +35,7 @@ jobs: cd .. - name: Upload to Github - uses: 'actions/upload-artifact@v2' + uses: 'actions/upload-artifact@v4' with: name: "OpenHD Image Writer" path: | diff --git a/.github/workflows/ubuntu23.04.yml b/.github/workflows/ubuntu23.04.yml index cf8c041e5..f88e886cf 100644 --- a/.github/workflows/ubuntu23.04.yml +++ b/.github/workflows/ubuntu23.04.yml @@ -44,7 +44,7 @@ jobs: cd .. - name: Upload to Github - uses: 'actions/upload-artifact@v3' + uses: 'actions/upload-artifact@v4' with: name: "OpenHD Image Writer" path: | diff --git a/.github/workflows/ubuntu24.04.yml b/.github/workflows/ubuntu24.04.yml index 042431273..64361926a 100644 --- a/.github/workflows/ubuntu24.04.yml +++ b/.github/workflows/ubuntu24.04.yml @@ -48,7 +48,7 @@ jobs: cd .. - name: Upload to Github - uses: 'actions/upload-artifact@v3' + uses: 'actions/upload-artifact@v4' with: name: "OpenHD Image Writer" path: |