File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 run : dotnet pack --no-build --no-restore -c ${{ matrix.configuration }} -o dist
5555
5656 - name : publish artifact
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v5
5858 with :
5959 name : VbaCompression_${{ env.VersionSuffix }}_${{ matrix.configuration }}_${{ matrix.os }}
6060 path : ' ${{ github.workspace }}/dist'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: labels
22
33on :
44 push :
5- branches : main
5+ branches : [ main ]
66 paths :
77 - ' .github/labels.json'
88 workflow_dispatch :
Original file line number Diff line number Diff line change 4848 run : dotnet pack --no-build --no-restore -o dist
4949
5050 - name : publish artifact
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : VbaCompression_packages
5454 path : |
You can’t perform that action at this time.
0 commit comments