File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 run : yarn build
113113 - name : Pack
114114 run : mv dist reearth-web && tar -zcvf reearth-web.tar.gz reearth-web
115- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
116116 with :
117117 name : reearth-web
118118 path : web/reearth-web.tar.gz
@@ -129,7 +129,7 @@ jobs:
129129 with :
130130 app-id : ${{ vars.GH_APP_ID }}
131131 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
132- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
132+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
133133 with :
134134 name : reearth-web
135135 - name : Rename artifact
Original file line number Diff line number Diff line change 5656
5757 - name : Upload global setup error screenshot
5858 if : failure()
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 with :
6161 name : global-setup-error
6262 path : e2e/global-setup-error.png
@@ -69,14 +69,14 @@ jobs:
6969
7070 - name : Upload artifact - Allure Report
7171 if : always()
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v5
7373 with :
7474 name : allure-report
7575 path : e2e/allure-report/
7676 retention-days : 10
7777 - name : Upload artifact - Allure Results
7878 if : always()
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v5
8080 with :
8181 name : allure-results
8282 path : e2e/allure-results/
Original file line number Diff line number Diff line change 4545 repo : ${{ github.repository }}
4646 latest : CHANGELOG_latest.md
4747 - name : Upload latest CHANGELOG
48- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
48+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4949 with :
5050 name : changelog-${{ steps.changelog.outputs.version }}
5151 path : CHANGELOG_latest.md
You can’t perform that action at this time.
0 commit comments