We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4249355 commit ac0419cCopy full SHA for ac0419c
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
run: xvfb-run --auto-servernum hexdoc ci build
49
50
- name: Upload package artifact
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
with:
53
name: python-build
54
path: dist
@@ -120,7 +120,7 @@ jobs:
120
- uses: actions/checkout@v4
121
122
- name: Download package artifact
123
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
124
125
126
0 commit comments