We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54887f6 commit 308fdd5Copy full SHA for 308fdd5
1 file changed
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: python3 -m pip install --upgrade build && python3 -m build
27
28
- name: Upload a Build Artifact
29
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4
30
with:
31
name: detect-droid-artifacts
32
path: /home/runner/work/droid/droid/dist/detect_droid-*.tar.gz
0 commit comments