Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/generate-cv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: "0"
- name: Run Docker container
id: docker_run
run: docker-compose up -d --force-recreate
run: docker compose up -d --force-recreate
- name: Set output
id: output_set
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Upload File to Artifact
id: file_upload_artifact
if: ${{ github.event_name == 'pull_request' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cv
path: ${{ steps.output_set.outputs.output_folder }}/*
Expand Down
Loading