Skip to content

Commit

Permalink
Add name and retention-days
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 2, 2024
1 parent a3206c8 commit 846293e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- uses: actions/upload-artifact@main
- name: Upload Build Directory
uses: actions/upload-artifact@main
with:
name: cmake-build-artifact-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cpp_compiler }}
path: ${{ steps.strings.outputs.build-output-dir }}
retention-days: 1
3 changes: 2 additions & 1 deletion .github/workflows/code-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/download-artifact@main
- name: Download Build Directory
uses: actions/download-artifact@main
with:
name: cmake-build-artifact-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cpp_compiler }}
path: ${{ steps.strings.outputs.build-output-dir }}
Expand Down

0 comments on commit 846293e

Please sign in to comment.