File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323
2424 - name : Upload test artifacts
2525 if : failure()
26- uses : actions/upload-artifact@v4.4.3
26+ uses : actions/upload-artifact@v4.6.1
2727 with :
2828 name : test-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }}
2929 path : |
Original file line number Diff line number Diff line change 3434
3535 - name : Upload test artifacts
3636 if : failure()
37- uses : actions/upload-artifact@v4.4.3
37+ uses : actions/upload-artifact@v4.6.1
3838 with :
3939 name : test-artifacts-${{ matrix.config.xcode }}-${{ github.run_id }}
4040 path : |
5555
5656 - name : Upload code coverage report
5757 if : env.CODECOV_TOKEN != '' && matrix.config.xcode == env.CODECOV_XCODE_VERSION
58- uses : codecov/codecov-action@v5.0.2
58+ uses : codecov/codecov-action@v5.4.0
5959 with :
6060 token : ${{ env.CODECOV_TOKEN }}
6161 files : coverage.lcov
Original file line number Diff line number Diff line change 1111 runs-on : windows-latest
1212 steps :
1313 - name : Setup
14- uses : compnerd/gha-setup-swift@v0.2.3
14+ uses : compnerd/gha-setup-swift@v0.3.0
1515 with :
1616 branch : swift-5.10-release
1717 tag : 5.10-RELEASE
2424
2525 - name : Upload test artifacts
2626 if : failure()
27- uses : actions/upload-artifact@v4.4.3
27+ uses : actions/upload-artifact@v4.6.1
2828 with :
2929 name : test-artifacts-windows-${{ github.run_id }}
3030 path : |
Original file line number Diff line number Diff line change 6969 run : ' sudo chown -R $USER docs'
7070
7171 - name : Publish documentation to GitHub Pages
72- uses : JamesIves/github-pages-deploy-action@v4.6.9
72+ uses : JamesIves/github-pages-deploy-action@v4.7.3
7373 with :
7474 branch : gh-pages
7575 folder : docs
You can’t perform that action at this time.
0 commit comments