Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.6.0 to 4.6.1
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 455ad13 commit 5367ee3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test
run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build --output-on-failure
- name: Artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: Partiels-Linux
path: ${{ github.workspace }}/build/Partiels-Linux.tar.gz
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Test
run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build --output-on-failure
- name: Artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: Partiels-Windows
path: ${{ github.workspace }}/build/Partiels-Windows.exe
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
xcrun stapler staple "${{ github.workspace }}/build/Partiels-MacOS.dmg"
xcrun stapler validate "${{ github.workspace }}/build/Partiels-MacOS.dmg"
- name: Artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: Partiels-MacOS
path: ${{ github.workspace }}/build/Partiels-MacOS.dmg
Expand Down Expand Up @@ -195,12 +195,12 @@ jobs:
cmake --build ${{ github.workspace }}/build --target PartielsManual
cmake --build ${{ github.workspace }}/build --target PartielsPatchs
- name: Artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: Partiels-Manual
path: ${{ github.workspace }}/build/Partiels-Manual.pdf
- name: Artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: Partiels-Patchs
path: ${{ github.workspace }}/build/Partiels-Patchs.zip
Expand Down

0 comments on commit 5367ee3

Please sign in to comment.