Skip to content

Commit

Permalink
fix(ci): artifact@v3 -> artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Nov 5, 2024
1 parent 1e5e5ba commit a34305d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
# install this repo
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX}
cmake --build build -- install
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: install-eic-shell
path: install/
if-no-files-found: error
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-eic-shell
path: build/
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build-eic-shell
path: build/
Expand All @@ -42,7 +42,7 @@ jobs:
platform-release: "jug_xl:nightly"
run: |
run-clang-tidy -p build -export-fixes clang_tidy_fixes.yml -extra-arg='-std=c++20'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: clang-tidy-fixes.yml
path: clang_tidy_fixes.yml

0 comments on commit a34305d

Please sign in to comment.