Skip to content

Commit a233df3

Browse files
committed
CI: Update to latest github action version
1 parent d8e9457 commit a233df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
git config --system core.autocrlf false
7676
git config --system core.eol lf
7777
78-
- uses: actions/checkout@v3
78+
- uses: actions/checkout@v4
7979

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

148148
- name: Upload build artifacts
149-
uses: actions/upload-artifact@v3
149+
uses: actions/upload-artifact@v4
150150
with:
151151
name: installer packages
152152
path: |

0 commit comments

Comments
 (0)