Skip to content

Commit b4b24c9

Browse files
chore: update github artifact actions
1 parent d5e17e1 commit b4b24c9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build_web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/playwright_ui_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)