Skip to content

Commit

Permalink
Stop using to be deprecated version of actions dependencies (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe authored Sep 13, 2024
1 parent 37f30b8 commit 07ee576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build
run: gem build stripe.gemspec
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gems
path: '*.gem'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gems
path: gems
Expand Down

0 comments on commit 07ee576

Please sign in to comment.