Skip to content

Commit 3055657

Browse files
authored
bump github action versions (#191)
* bump github action versions
1 parent 4ed1443 commit 3055657

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v4
1616

1717
- name: Install Depedencies
1818
env:
@@ -23,7 +23,7 @@ jobs:
2323
run: meson build && ninja -C build
2424

2525
- name: Upload
26-
uses: actions/upload-artifact@v1
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: vala-lint
2929
path: ./
@@ -43,7 +43,7 @@ jobs:
4343
run: apt-get update && apt-get -y install ${dependency_packages}
4444

4545
- name: Download
46-
uses: actions/download-artifact@v1
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: vala-lint
4949
path: ./
@@ -69,7 +69,7 @@ jobs:
6969
run: apt-get update && apt-get -y install ${dependency_packages}
7070

7171
- name: Download
72-
uses: actions/download-artifact@v1
72+
uses: actions/download-artifact@v4
7373
with:
7474
name: vala-lint
7575
path: ./
@@ -95,7 +95,7 @@ jobs:
9595
run: apt-get update && apt-get -y install ${dependency_packages}
9696

9797
- name: Download
98-
uses: actions/download-artifact@v1
98+
uses: actions/download-artifact@v4
9999
with:
100100
name: vala-lint
101101
path: ./
@@ -131,7 +131,7 @@ jobs:
131131
run: apt-get update && apt-get -y install ${dependency_packages}
132132

133133
- name: Download
134-
uses: actions/download-artifact@v1
134+
uses: actions/download-artifact@v4
135135
with:
136136
name: vala-lint
137137
path: ./

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v4
1414

1515
- name: Publish
1616
run: |

0 commit comments

Comments
 (0)