From 82d7fb7b9a9fb76991ee94993cfb124137b7d8de Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Wed, 4 Sep 2024 11:27:28 -0700 Subject: [PATCH] Bump actions/download-artifact and actions/upload-artifact to v4 (#293) Fixes the following dependabot PRs: - https://github.com/awslabs/aws-crt-builder/pull/292 - https://github.com/awslabs/aws-crt-builder/pull/270 - https://github.com/awslabs/aws-crt-builder/pull/269 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d38cf2f92..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@v3 + 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@v3 + 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@v3 + 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@v3 + 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@v3 + 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@v3 + uses: actions/download-artifact@v4 with: name: builder path: .