Skip to content

Commit eaf7dd1

Browse files
committed
Update github actions
1 parent 113a6ad commit eaf7dd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/dist.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- run: pipx run build
7474

7575
- name: Upload build artifacts
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: dist
7979
path: dist
@@ -104,7 +104,7 @@ jobs:
104104
architecture: ${{ matrix.architecture }}
105105

106106
- name: Download build artifacts
107-
uses: actions/download-artifact@v3
107+
uses: actions/download-artifact@v4
108108
with:
109109
name: dist
110110
path: dist
@@ -133,7 +133,7 @@ jobs:
133133

134134
steps:
135135
- name: Download build artifacts
136-
uses: actions/download-artifact@v3
136+
uses: actions/download-artifact@v4
137137
with:
138138
name: dist
139139
path: dist

0 commit comments

Comments
 (0)