Skip to content

Commit 2b3aa85

Browse files
committed
Update to artifact v4.
1 parent 83f5f16 commit 2b3aa85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Build Release
1111
jobs:
1212
deb-package:
1313
name: build DEB-Package
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
2626
run: mkdir package && cp ../linuxmuster-cli7_* ./package
2727

2828
- name: Upload artifact
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: deb-package
3232
path: package/*
@@ -35,10 +35,10 @@ jobs:
3535
needs: deb-package
3636
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
3737
name: GitHub Release
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
steps:
4040
- name: Download artifact
41-
uses: actions/download-artifact@v3
41+
uses: actions/download-artifact@v4
4242
with:
4343
name: deb-package
4444

@@ -101,7 +101,7 @@ jobs:
101101
run: mkdir "package"
102102

103103
- name: Download artifact
104-
uses: actions/download-artifact@v3
104+
uses: actions/download-artifact@v4
105105
with:
106106
name: deb-package
107107
path: "./package"

0 commit comments

Comments
 (0)