Skip to content

Commit 9ac354f

Browse files
authored
CI: bump actions/upload-artifact and actions/checkout to v4 (#526)
Older versions were deprecated. Signed-off-by: George Melikov <[email protected]>
1 parent 659aa86 commit 9ac354f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Prepare
1414
run: |
1515
sudo apt-get update -y

.github/workflows/pull_request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: Prepare
1111
run: |
1212
sudo apt-get update -y
@@ -20,7 +20,7 @@ jobs:
2020
uses: ammaraskar/sphinx-action@master
2121
with:
2222
docs-folder: "docs/"
23-
- uses: actions/upload-artifact@v2
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: DocumentationHTML
2626
path: docs/_build/html/

.github/workflows/test_zfs_root_guide.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: Install shellcheck
3131
run: |
3232
sudo apt install --yes shellcheck
@@ -69,7 +69,7 @@ jobs:
6969
- name: Test RHEL guide
7070
run: |
7171
sudo ./scripts/zfs_root_guide_test.sh rhel
72-
- uses: actions/upload-artifact@v3
72+
- uses: actions/upload-artifact@v4
7373
with:
7474
name: installation-scripts
7575
path: |

0 commit comments

Comments
 (0)