Update actions/upload-artifact action to v4

This commit is contained in:
Renovate 2024-08-12 08:01:23 +00:00
parent ac24cd01ab
commit c3b4a2170b

@ -30,7 +30,7 @@ jobs:
- name: Build - name: Build
run: cargo build --release run: cargo build --release
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: build name: build
path: target/release/passwd-cooker path: target/release/passwd-cooker