Skip to content

Commit 42aa741

Browse files
committed
ci: Update Ubuntu version and download-artifact action
1 parent 208597e commit 42aa741

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: [push, pull_request]
66

77
jobs:
88
lint:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v3

.github/workflows/release.yml

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

1313
build-archive:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
@@ -40,7 +40,7 @@ jobs:
4040
path: "${{ github.workspace }}/ARCHIVE-SHA256SUM"
4141

4242
# deb-package:
43-
# runs-on: ubuntu-20.04
43+
# runs-on: ubuntu-24.04
4444
# needs: [ build-archive ]
4545
# env:
4646
# target_docker_image: debian:buster-backports
@@ -53,7 +53,7 @@ jobs:
5353
# uses: FranzDiebold/[email protected]
5454

5555
# - name: Download archive
56-
# uses: "actions/download-artifact@v2"
56+
# uses: "actions/download-artifact@v4"
5757
# with:
5858
# name: archive.tar.gz
5959

@@ -92,7 +92,7 @@ jobs:
9292
# path: "${{ github.workspace }}/artifacts/${{ env.GITHUB_REPOSITORY_NAME }}_${{ env.GITHUB_REF_NAME }}_${{matrix.target_arch}}.deb"
9393

9494
# rpm-package:
95-
# runs-on: ubuntu-20.04
95+
# runs-on: ubuntu-24.04
9696
# container:
9797
# image: almalinux/almalinux:8
9898
# steps:
@@ -138,15 +138,15 @@ jobs:
138138
# path: "~/rpmbuild/RPMS/x86_64/${{ env.GITHUB_REPOSITORY_NAME }}-${{ env.GITHUB_REF_NAME }}-1.x86_64.rpm"
139139

140140
create-release:
141-
runs-on: ubuntu-20.04
141+
runs-on: ubuntu-24.04
142142
# needs: [ build-archive, deb-package, rpm-package ]
143143
needs: [ build-archive ]
144144
steps:
145145
- name: GitHub Environment Variables Action
146146
uses: FranzDiebold/[email protected]
147147

148148
- name: Download packages
149-
uses: "actions/download-artifact@v2"
149+
uses: "actions/download-artifact@v4"
150150
with:
151151
path: ./
152152

0 commit comments

Comments
 (0)