We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34bb34 commit 4a6a028Copy full SHA for 4a6a028
.github/workflows/ci.yaml
@@ -56,7 +56,7 @@ jobs:
56
dest: 'logs'
57
- name: Upload logs to GitHub
58
if: failure()
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
60
with:
61
name: docker-logs-${{ matrix.os }}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt}}
62
path: 'logs'
0 commit comments