Skip to content

Commit

Permalink
Update docker-publish.yml to fix deprecated upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm authored Oct 10, 2024
1 parent 6ea6b9c commit 5981aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: docker cp db:/exist/logs/exist.log .
- name: Publish log as artifact
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: exist.log
path: ./exist.log
Expand Down

0 comments on commit 5981aa2

Please sign in to comment.