File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
tests/end_to_end/repo/.github/workflows Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5959 ANNOTATE_MISSING_LINES : true
6060
6161 - name : Store Pull Request comment to be posted
62- uses : actions/upload-artifact@v6
62+ uses : actions/upload-artifact@v7
6363 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
6464 with :
6565 name : python-coverage-comment-action
Original file line number Diff line number Diff line change 2020 env :
2121 PR_NUMBER : ${{ github.event.pull_request.number }}
2222 - name : Save artifact
23- uses : actions/upload-artifact@v6
23+ uses : actions/upload-artifact@v7
2424 with :
2525 name : pr_number
2626 path : pr_number.txt
Original file line number Diff line number Diff line change @@ -25,22 +25,22 @@ jobs:
2525 uses : actions/checkout@v6
2626
2727 - name : Set up Docker Buildx
28- uses : docker/setup-buildx-action@v3
28+ uses : docker/setup-buildx-action@v4
2929
3030 - name : Log in to Docker Hub
31- uses : docker/login-action@v3
31+ uses : docker/login-action@v4
3232 with :
3333 username : ewjoachim
3434 password : ${{ secrets.DOCKER_PASSWORD }}
3535
3636 - name : Set up QEMU
37- uses : docker/setup-qemu-action@v3.6 .0
37+ uses : docker/setup-qemu-action@v4.0 .0
3838
3939 - name : Set up Docker Buildx
40- uses : docker/setup-buildx-action@v3.11.1
40+ uses : docker/setup-buildx-action@v4.0.0
4141
4242 - name : Login to GitHub Container Registry
43- uses : docker/login-action@v3.6 .0
43+ uses : docker/login-action@v4.0 .0
4444 with :
4545 registry : ghcr.io
4646 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 4040 SUBPROJECT_ID : __ACTION_SUBPROJECT_ID__
4141
4242 - name : Store Pull Request comment to be posted
43- uses : actions/upload-artifact@v6
43+ uses : actions/upload-artifact@v7
4444 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
4545 with :
4646 name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments