Skip to content

Commit ac0419c

Browse files
committed
Update CI workflow to use artifacts v4
1 parent 4249355 commit ac0419c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: xvfb-run --auto-servernum hexdoc ci build
4949

5050
- name: Upload package artifact
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: python-build
5454
path: dist
@@ -120,7 +120,7 @@ jobs:
120120
- uses: actions/checkout@v4
121121

122122
- name: Download package artifact
123-
uses: actions/download-artifact@v3
123+
uses: actions/download-artifact@v4
124124
with:
125125
name: python-build
126126
path: dist

0 commit comments

Comments
 (0)