7474 sed -i -e 's/0.0.0-placeholder-version/${{ env.NEXT_VERSION }}/g' "package-lock.json"
7575 - run : npm ci
7676 - run : npm run build
77- - uses : actions/upload-artifact@v4
77+ - uses : actions/upload-artifact@v5
7878 with :
7979 name : " ${{ env.DMG_FILENAME }}"
8080 path : " release/${{ env.NEXT_VERSION }}/${{ env.DMG_FILENAME }}"
9999 sed -i -e 's/0.0.0-placeholder-version/${{ env.NEXT_VERSION }}/g' "package-lock.json"
100100 - run : npm ci
101101 - run : npm run build
102- - uses : actions/upload-artifact@v4
102+ - uses : actions/upload-artifact@v5
103103 with :
104104 name : " ${{ env.DMG_FILENAME_INTEL }}"
105105 path : " release/${{ env.NEXT_VERSION }}/${{ env.DMG_FILENAME_INTEL }}"
@@ -123,12 +123,12 @@ jobs:
123123 sed -i -e 's/0.0.0-placeholder-version/${{ env.NEXT_VERSION }}/g' "package-lock.json"
124124 - run : npm ci
125125 - run : npm run build -- -wl
126- - uses : actions/upload-artifact@v4
126+ - uses : actions/upload-artifact@v5
127127 with :
128128 name : " ${{ env.EXE_FILENAME }}"
129129 path : " release/${{ env.NEXT_VERSION }}/${{ env.EXE_FILENAME }}"
130130 if-no-files-found : " error"
131- - uses : actions/upload-artifact@v4
131+ - uses : actions/upload-artifact@v5
132132 with :
133133 name : " ${{ env.DEB_FILENAME }}"
134134 path : " release/${{ env.NEXT_VERSION }}/${{ env.DEB_FILENAME }}"
@@ -149,7 +149,7 @@ jobs:
149149 DEB_FILENAME : " ${{ needs.get-current-state.outputs.deb_filename }}"
150150 NEXT_VERSION : " ${{ inputs.next-version }}"
151151 steps :
152- - uses : actions/download-artifact@v5
152+ - uses : actions/download-artifact@v6
153153 with :
154154 # We don't want to download the artifacts to separate directories,
155155 # we want to download them to the same directory instead.
0 commit comments