File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments