Skip to content

Commit

Permalink
Merge pull request #251 from zestyxyz/fix/artifact-upload-v4
Browse files Browse the repository at this point in the history
Update artifact actions to v4
  • Loading branch information
msub2 authored Jan 30, 2025
2 parents 015b6e1 + 8bd1c01 commit 77a17e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
WLE_CREDENTIALS: ${{ secrets.WLE_CREDENTIALS }}
- name: Upload WLE build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wle-build-artifacts
path: tests/wonderland/deploy/
Expand All @@ -38,7 +38,7 @@ jobs:
chmod +x scripts/deploy.sh
scripts/build.sh
- name: Download WLE build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wle-build-artifacts
path: tests/wonderland/deploy/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
WLE_CREDENTIALS: ${{ secrets.WLE_CREDENTIALS }}
- name: Upload WLE build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wle-build-artifacts
path: tests/wonderland/deploy/
Expand All @@ -36,7 +36,7 @@ jobs:
chmod +x scripts/deploy.sh
scripts/build.sh
- name: Download WLE build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wle-build-artifacts
path: tests/wonderland/deploy/
Expand Down

0 comments on commit 77a17e8

Please sign in to comment.