From cffacab16eb3c616f553e35803d0f045ff35ce37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:52:51 +0000 Subject: [PATCH 1/2] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/sanity-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sanity-test.yml b/.github/workflows/sanity-test.yml index d38cf2f92..370ac88ff 100644 --- a/.github/workflows/sanity-test.yml +++ b/.github/workflows/sanity-test.yml @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v4 - name: Install builder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: builder path: . @@ -148,7 +148,7 @@ jobs: uses: actions/checkout@v4 - name: Install builder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: builder path: . @@ -186,7 +186,7 @@ jobs: uses: actions/checkout@v4 - name: Install builder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: builder path: . @@ -208,7 +208,7 @@ jobs: uses: actions/checkout@v4 - name: Install builder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: builder path: . @@ -230,7 +230,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install builder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: builder path: . @@ -258,7 +258,7 @@ jobs: uses: actions/checkout@v4 - name: Install builder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: builder path: . From 62f85ad5174bd588073ab78bbfabacb9cdf7c4b4 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Tue, 3 Sep 2024 16:30:21 -0700 Subject: [PATCH 2/2] use v4 for upload-artifact and download-artifact --- .github/workflows/create-channel.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/sanity-test.yml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/create-channel.yml b/.github/workflows/create-channel.yml index dd2d82202..0433c1796 100644 --- a/.github/workflows/create-channel.yml +++ b/.github/workflows/create-channel.yml @@ -44,7 +44,7 @@ jobs: aws s3 cp build/builder s3://$AWS_S3_BUCKET/channels/$CHANNEL/builder.pyz - name: Artifact builder - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: builder path: build/builder diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 32e462c8c..4e1e8284a 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -41,7 +41,7 @@ jobs: aws s3 cp build/builder s3://$AWS_S3_BUCKET/releases/${{ steps.tag.outputs.release_tag }}/builder.pyz - name: Artifact builder - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: builder path: build/builder diff --git a/.github/workflows/sanity-test.yml b/.github/workflows/sanity-test.yml index 370ac88ff..d1faed477 100644 --- a/.github/workflows/sanity-test.yml +++ b/.github/workflows/sanity-test.yml @@ -68,7 +68,7 @@ jobs: zipinfo -1 build/builder.pyz - name: Artifact builder - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: builder path: build/builder.pyz @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v4 - name: Install builder - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: builder path: . @@ -148,7 +148,7 @@ jobs: uses: actions/checkout@v4 - name: Install builder - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: builder path: . @@ -186,7 +186,7 @@ jobs: uses: actions/checkout@v4 - name: Install builder - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: builder path: . @@ -208,7 +208,7 @@ jobs: uses: actions/checkout@v4 - name: Install builder - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: builder path: . @@ -230,7 +230,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install builder - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: builder path: . @@ -258,7 +258,7 @@ jobs: uses: actions/checkout@v4 - name: Install builder - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: builder path: .