File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636
3737 - name : Check and Set Release Version
3838 run : |
@@ -51,21 +51,21 @@ jobs:
5151 run : unzip -q build/distributions/*.zip
5252
5353 - name : Archive Package
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v5
5555 with :
5656 name : JFileSync3-${{ github.ref_name }}
5757 path : JFileSync3/*
5858 retention-days : 5
5959
6060 - name : Archive Debian Package
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v5
6262 with :
6363 name : JFileSync3-${{ github.ref_name }}-Debian
6464 path : build/distributions/*.deb
6565 retention-days : 50
6666
6767 - name : Archive RPM Package
68- uses : actions/upload-artifact@v4
68+ uses : actions/upload-artifact@v5
6969 with :
7070 name : JFileSync3-${{ github.ref_name }}-RPM
7171 path : build/distributions/*.rpm
You can’t perform that action at this time.
0 commit comments