Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact and actions/download-artifa…
Browse files Browse the repository at this point in the history
…ct from 3 to 4
  • Loading branch information
sapphi-red committed Mar 25, 2024
1 parent a583ca3 commit 6304457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-repo
- run: pnpm run build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-repo
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: ./.github/actions/setup-repo
with:
node-version: ${{ matrix.node_version }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 6304457

Please sign in to comment.