File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 if : matrix.archiver == 'zip'
126126 run : zip -r -q "${{ steps.dist-arch.outputs.name }}" "${{ steps.dist-dir.outputs.name }}"
127127 - name : Upload artifact
128- uses : actions/upload-artifact@v6
128+ uses : actions/upload-artifact@v7
129129 with :
130130 name : ${{ steps.dist-dir.outputs.name }}
131131 path : ${{ steps.dist-arch.outputs.name }}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 if : matrix.archiver == 'zip'
119119 run : zip -r -q "${{ steps.dist-arch.outputs.name }}" "${{ steps.dist-dir.outputs.name }}"
120120 - name : Upload artifact
121- uses : actions/upload-artifact@v6
121+ uses : actions/upload-artifact@v7
122122 with :
123123 name : ${{ steps.dist-dir.outputs.name }}
124124 path : ${{ steps.dist-arch.outputs.name }}
Original file line number Diff line number Diff line change 8787 if : matrix.os == 'linux'
8888 run : ./rr -v
8989 - name : Upload artifact
90- uses : actions/upload-artifact@v6
90+ uses : actions/upload-artifact@v7
9191 with :
9292 name : rr-${{ matrix.os }}
9393 path : ./rr
You can’t perform that action at this time.
0 commit comments