Skip to content

Commit

Permalink
move from artifact v3 (EOL) to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDuvinage authored Nov 25, 2024
1 parent 0e394e4 commit fc46941
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/package-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
cloudsmith-repo: ${{ steps.setup-parameters.outputs.mirror }}
ros-distro: ${{ steps.setup-ros.outputs.ros-distro }}
latest-cmake: ${{ inputs.latest-cmake }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: packages-${{ matrix.dist }}-${{ matrix.arch }}
path: /tmp/packages-${{ matrix.dist }}-${{ matrix.arch }}/
Expand All @@ -277,10 +277,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: packages-${{ matrix.dist }}-${{ matrix.arch }}
pattern: packages-*
path: packages-${{ matrix.dist }}-${{ matrix.arch }}
merge-multiple: true
- name: Upload
if: ${{ ! inputs.update-stable-and-head }}
uses: jrl-umi3218/github-actions/upload-package@master
Expand Down

0 comments on commit fc46941

Please sign in to comment.