Skip to content

Commit

Permalink
Updated version of upload-artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
shoops committed Nov 18, 2024
1 parent 159c173 commit c402336
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: ctest -C $BUILD_TYPE

- name: binary archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name:
${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sed -i 's|'$PWD'/install/|${_IMPORT_PREFIX}/|g' $PWD/install/lib64/cmake/*.cmake
- name: binary archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: manylinux_2_28_x86_64
path: install/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slackware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
sed -i 's|'$PWD'/install/|${_IMPORT_PREFIX}/|g' $PWD/install/lib64/cmake/*.cmake
- name: binary archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: slackware
path: install/*
Expand Down

0 comments on commit c402336

Please sign in to comment.