File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name: Build Release
1111jobs :
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
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"
You can’t perform that action at this time.
0 commit comments