File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
4343 run : ./gradlew build
4444
4545 - name : ' Upload build reports'
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v5
4747 with :
4848 name : ${{ runner.os }}.reports
4949 path : build/reports
5050 if : ${{ always() }}
5151
5252 - name : ' Upload test logs'
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : ${{ runner.os }}.test-logs
5656 path : build/idea-sandbox/*/log-test
Original file line number Diff line number Diff line change 4444 output : ./changelog-section.md
4545
4646 - name : Upload the changelog
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v5
4848 with :
4949 name : changelog-section.md
5050 path : ./changelog-section.md
6060 run : src/scripts/Unpack-Distribution.ps1
6161
6262 - name : Upload the artifact
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v5
6464 with :
6565 name : PowerShell-${{ steps.version.outputs.version }}
6666 path : build/distributions/unpacked
You can’t perform that action at this time.
0 commit comments