Skip to content

Commit dff17b1

Browse files
committed
Update Actions
1 parent 94ec3d5 commit dff17b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build
3333
run: npx tailwind -o styles/main.css
3434
- name: Upload Style Artifact
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: tailwind-style
3838
path: styles/main.css
@@ -48,7 +48,7 @@ jobs:
4848
- name: Clean
4949
run: cargo clean
5050
- name: Download Style Artifact
51-
uses: actions/download-artifact@v2
51+
uses: actions/download-artifact@v4
5252
with:
5353
name: tailwind-style
5454
path: styles

0 commit comments

Comments
 (0)