File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060          message : |- 
6161            Showing last ${{ steps.gitlog.outputs.llc }} commit(s) to ${{ github.repository }}: 
6262            ${{ steps.gitlog.outputs.log }} 
63- uses : actions/upload-artifact@v4  
63+ uses : actions/upload-artifact@v5  
6464        with :
6565          name : recent_commit 
6666          path : recent_commit 
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166          cd src 
167167          bash tools/appimage-build-script.sh 
168168name : Package upload 
169-         uses : actions/upload-artifact@v4  
169+         uses : actions/upload-artifact@v5  
170170        with :
171171          path : ${{ github.workspace }}/src/build/Darktable-*.AppImage* 
172172          name : artifact-appimage-${{ runner.arch }} 
@@ -306,7 +306,7 @@ jobs:
306306          echo "VERSION=$(git describe --tags --match release-* | sed 's/^release-//;s/-/+/;s/-/~/;s/rc/~rc/')" >> $GITHUB_ENV 
307307          ([[ ${MSYSTEM_CARCH} == x86_64 ]] && echo "SYSTEM=win64" || echo "SYSTEM=woa64") >> $GITHUB_ENV 
308308name : Package upload 
309-         uses : actions/upload-artifact@v4  
309+         uses : actions/upload-artifact@v5  
310310        with :
311311          path : ${{ env.BUILD_DIR }}/*.exe 
312312          name : artifact-windows-${{ runner.arch }} 
@@ -381,7 +381,7 @@ jobs:
381381          echo "VERSION=$(git describe --tags --match release-* | sed 's/^release-//;s/-/+/;s/-/~/;s/rc/~rc/')" >> $GITHUB_ENV 
382382          echo "ARCHITECTURE=$(uname -m)" >> $GITHUB_ENV 
383383name : Package upload 
384-         uses : actions/upload-artifact@v4  
384+         uses : actions/upload-artifact@v5  
385385        with :
386386          path : ${{ env.INSTALL_PREFIX }}/darktable-${{ env.VERSION }}-${{ env.ARCHITECTURE }}.dmg 
387387          name : artifact-macos-${{ runner.arch }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments