File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 # Also build the diracx metapackage
8585 python -m build --outdir $PWD/dist .
8686 - name : ' Upload Artifact'
87- uses : actions/upload-artifact@v6
87+ uses : actions/upload-artifact@v7
8888 with :
8989 name : diracx-whl
9090 path : dist/diracx*.whl
Original file line number Diff line number Diff line change 7777 docker logs diracx 2>&1 | tee /tmp/service-logs/diracx.log
7878 cd /tmp/DIRACRepo
7979 ./integration_tests.py logs --no-follow --lines 1000 2>&1 | tee /tmp/service-logs/dirac.log
80- - uses : actions/upload-artifact@v6
80+ - uses : actions/upload-artifact@v7
8181 if : ${{ failure() }}
8282 with :
8383 name : service-logs-${{ github.job }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - run : echo "${{ github.event.pull_request.number }}" > pr_number.txt
13- - uses : actions/upload-artifact@v6
13+ - uses : actions/upload-artifact@v7
1414 with :
1515 name : pr-info
1616 path : pr_number.txt
You can’t perform that action at this time.
0 commit comments