Skip to content

Commit

Permalink
CI: Update to latest github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Nov 9, 2024
1 parent d8e9457 commit a233df3
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 @@ -75,7 +75,7 @@ jobs:
git config --system core.autocrlf false
git config --system core.eol lf
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Work around issue https://github.com/actions/checkout/issues/290
- name: fetch tag annotations
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
run: rake ri-msys:ruby-%target_ruby%-%arch%:installer-inno

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installer packages
path: |
Expand Down

0 comments on commit a233df3

Please sign in to comment.