Skip to content

Commit 308fdd5

Browse files
committed
bump: actions/upload-artifact to v4
1 parent 54887f6 commit 308fdd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: python3 -m pip install --upgrade build && python3 -m build
2727

2828
- name: Upload a Build Artifact
29-
uses: actions/upload-artifact@v3.1.2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: detect-droid-artifacts
3232
path: /home/runner/work/droid/droid/dist/detect_droid-*.tar.gz

0 commit comments

Comments
 (0)