summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2025-02-11 22:17:21 +0000
committerRaphael Kabo <raphaelkabo@hey.com>2025-02-11 22:17:21 +0000
commit4b18aa1f894dcdc7f3ea354cd28546325bb2eb83 (patch)
tree57bb40b9ea5bd2ee30b00d784ede49124ada62a5
parent2d7507a4fde247ea3e67c2d49df157abd60d6599 (diff)
Upgrade upload-artifact and download-artifact to v4
-rw-r--r--.github/workflows/ci.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index a818c17..c10d1d7 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -30,7 +30,7 @@ jobs:
continue-on-error: true
- name: Save build folder
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: dist
if-no-files-found: error
@@ -52,7 +52,7 @@ jobs:
run: cp config/config.example.toml config/config.toml
- name: Download the build folder
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
name: dist
path: dist
@@ -69,7 +69,7 @@ jobs:
CYPRESS: true
- name: Upload screenshots
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots