diff --git a/.github/workflows/packages.yaml b/.github/workflows/packages.yaml index a807a29..f587379 100644 --- a/.github/workflows/packages.yaml +++ b/.github/workflows/packages.yaml @@ -39,7 +39,7 @@ jobs: echo ${{ matrix.format }} | awk '{print toupper($0)}' | xargs -I{} cpack -G {} - name: Store the master package artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.format }}-arm64 path: | @@ -63,7 +63,7 @@ jobs: echo ${{ matrix.format }} | awk '{print toupper($0)}' | xargs -I{} cpack -G {} - name: Store the master package artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.format }}-amd64 path: |