Skip to content

Commit e7e2286

Browse files
chore: update github artifact actions
1 parent a7a3d06 commit e7e2286

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Upload artifact - Allure Report
6464
if: always()
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: allure-report
6868
path: e2e/allure-report/

.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)