mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-15 03:02:37 -05:00
Update actions/upload-artifact action to v6
This commit is contained in:
2
.github/workflows/update-image-on-push.yml
vendored
2
.github/workflows/update-image-on-push.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
||||
touch "${{ runner.temp }}/digests/${digest#sha256:}"
|
||||
|
||||
- name: Upload digest
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: digests-${{ env.DIGEST_NAME }}
|
||||
path: ${{ runner.temp }}/digests/*
|
||||
|
||||
Reference in New Issue
Block a user