Skip to content

Commit

Permalink
build(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

> Uploads and downloads must use the same major actions versions.

Replaces BITNP#135 and BITNP#137
  • Loading branch information
YDX-2147483647 committed Aug 1, 2024
1 parent 3b3339b commit 56faf3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run: just build-theme
- run: just build-js
- name: Upload front-end artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: front-end
path: |
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
# Install and update
- run: just update-dependencies
- name: Download front-end artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: front-end
path: contest/
Expand Down

0 comments on commit 56faf3b

Please sign in to comment.