Skip to content

Commit ebc1fb4

Browse files
committed
Fix deprecated actions
1 parent 1235b32 commit ebc1fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ARCH: ${{ matrix.ARCH }}
1616
DIST: bionic
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
with:
2020
submodules: recursive
2121

@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Download artifacts
41-
uses: actions/download-artifact@v2
41+
uses: actions/download-artifact@v4
4242
- name: Inspect directory after downloading artifacts
4343
run: ls -alFR
4444
- name: Create release and upload artifacts

0 commit comments

Comments
 (0)