Skip to content

Commit 3c3b8c5

Browse files
committed
ci: Bump action versions
1 parent 09029a9 commit 3c3b8c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Install Haiku build dependencies
2525
run: |
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Fetch cached Haiku build
4141
id: cache
42-
uses: actions/cache@v3
42+
uses: actions/cache@v4
4343
with:
4444
path: 'haiku-build'
4545
key: 'haiku-${{ steps.get_hrev.outputs.hrev }}-build'
@@ -75,14 +75,14 @@ jobs:
7575
pushd $HPREFIX; tar cvf ../hprefix.tar *; popd
7676
7777
- name: Upload artifacts
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: hyclone_${{ matrix.os }}
8181
path: build
8282

8383
- name: Upload HPREFIX
8484
if: ${{ matrix.os == 'ubuntu-latest' }}
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: hprefix.tar
8888
path: hprefix.tar

0 commit comments

Comments
 (0)