File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 steps :
2424 # Step to checkout the source code from the repository
2525 - name : Checkout code
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727
2828 # Step to set up the Node.js version
2929 - name : Install node js v20
30- uses : actions/setup-node@v2
30+ uses : actions/setup-node@v4
3131 with :
3232 node-version : " 20"
3333
7171
7272 # Step to upload artifact
7373 - name : Upload artifact
74- uses : actions/upload-artifact@v2
74+ uses : actions/upload-artifact@v4
7575 with :
7676 name : html-report
7777 path : html-report.zip
8181 # Step to generate artifact link
8282 - name : Generate artifact link
8383 id : artifact_link
84- run : echo "::set-output name= artifact_url:: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
84+ run : echo "artifact_url= https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_OUTPUT
8585 if : always()
8686
8787 # Send Slack notification with html-reprt url once the tests are completed
You can’t perform that action at this time.
0 commit comments