From a73e91e7066e5c6519474869618a90c47b11ec10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 04:55:33 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd0daec0..c7fc7148 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -174,7 +174,7 @@ jobs: echo "ARTIFACT=${ARTIFACT}" >> $GITHUB_OUTPUT - name: Archive artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: | @@ -231,7 +231,7 @@ jobs: repository: udondan/homebrew-software token: ${{ secrets.OVERRIDE_TOKEN }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: artifacts path: artifacts @@ -329,7 +329,7 @@ jobs: runs-on: ubuntu-latest container: archlinux:latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: artifacts path: artifacts @@ -466,7 +466,7 @@ jobs: persist-credentials: false fetch-depth: 0 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: artifacts path: artifacts