Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #64

Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'main'

env:
BUILDER_VERSION: v0.8.19
BUILDER_VERSION: v0.9.64
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-crt-ruby
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,27 +117,27 @@ jobs:
submodules: recursive

- name: Download Windows
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: out_windows_x64

- name: Download OSX x64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: out_macos_x86_64

- name: Download OSX arm64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: out_macos_arm64

- name: Download Linux x64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: out_linux_x64

- name: Download Linux ARM 64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: out_linux_aarch64

Expand All @@ -163,7 +163,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download Release Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: release_gems

Expand All @@ -183,7 +183,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download Release Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: release_gems

Expand All @@ -203,7 +203,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download Release Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: release_gems

Expand All @@ -222,7 +222,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download Release Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: release_gems

Expand All @@ -243,7 +243,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download Release Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: release_gems

Expand Down
Loading