File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ on: [push, pull_request]
6
6
7
7
jobs :
8
8
lint :
9
- runs-on : ubuntu-20 .04
9
+ runs-on : ubuntu-24 .04
10
10
steps :
11
11
- name : Checkout code
12
12
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
13
13
build-archive :
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- name : Checkout code
17
17
uses : actions/checkout@v3
40
40
path : " ${{ github.workspace }}/ARCHIVE-SHA256SUM"
41
41
42
42
# deb-package:
43
- # runs-on: ubuntu-20 .04
43
+ # runs-on: ubuntu-24 .04
44
44
# needs: [ build-archive ]
45
45
# env:
46
46
# target_docker_image: debian:buster-backports
53
53
# uses: FranzDiebold/[email protected]
54
54
55
55
# - name: Download archive
56
- # uses: "actions/download-artifact@v2 "
56
+ # uses: "actions/download-artifact@v4 "
57
57
# with:
58
58
# name: archive.tar.gz
59
59
92
92
# path: "${{ github.workspace }}/artifacts/${{ env.GITHUB_REPOSITORY_NAME }}_${{ env.GITHUB_REF_NAME }}_${{matrix.target_arch}}.deb"
93
93
94
94
# rpm-package:
95
- # runs-on: ubuntu-20 .04
95
+ # runs-on: ubuntu-24 .04
96
96
# container:
97
97
# image: almalinux/almalinux:8
98
98
# steps:
@@ -138,15 +138,15 @@ jobs:
138
138
# path: "~/rpmbuild/RPMS/x86_64/${{ env.GITHUB_REPOSITORY_NAME }}-${{ env.GITHUB_REF_NAME }}-1.x86_64.rpm"
139
139
140
140
create-release :
141
- runs-on : ubuntu-20 .04
141
+ runs-on : ubuntu-24 .04
142
142
# needs: [ build-archive, deb-package, rpm-package ]
143
143
needs : [ build-archive ]
144
144
steps :
145
145
- name : GitHub Environment Variables Action
146
146
uses :
FranzDiebold/[email protected]
147
147
148
148
- name : Download packages
149
- uses : " actions/download-artifact@v2 "
149
+ uses : " actions/download-artifact@v4 "
150
150
with :
151
151
path : ./
152
152
You can’t perform that action at this time.
0 commit comments