We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113a6ad commit eaf7dd1Copy full SHA for eaf7dd1
.github/workflows/dist.yml
@@ -73,7 +73,7 @@ jobs:
73
- run: pipx run build
74
75
- name: Upload build artifacts
76
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
77
with:
78
name: dist
79
path: dist
@@ -104,7 +104,7 @@ jobs:
104
architecture: ${{ matrix.architecture }}
105
106
- name: Download build artifacts
107
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
108
109
110
@@ -133,7 +133,7 @@ jobs:
133
134
steps:
135
136
137
138
139
0 commit comments