Skip to content

Commit 7d4064e

Browse files
committed
Update GitHub Actions workflow to use latest checkout and upload-artifact actions
Ref: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions
1 parent 79a6743 commit 7d4064e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: write
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up Ruby 2.7
2525
uses: ruby/setup-ruby@v1
2626
with:
@@ -33,7 +33,7 @@ jobs:
3333
bundle install
3434
bundle exec turbo_tests
3535
36-
- uses: actions/upload-artifact@v3
36+
- uses: actions/upload-artifact@v4
3737
with:
3838
name: "ruby-gem"
3939
path: "pkg/*.gem"

0 commit comments

Comments
 (0)