diff --git a/.github/workflows/generator.yaml b/.github/workflows/generator.yaml index aae265ccb..da233aa01 100644 --- a/.github/workflows/generator.yaml +++ b/.github/workflows/generator.yaml @@ -56,7 +56,7 @@ jobs: cp docs/sbp.pdf . echo "::set-output name=artifact_name::sbp.pdf" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: ${{ steps.pdf.outputs.artifact_name }} path: ${{ steps.pdf.outputs.artifact_name }} diff --git a/.github/workflows/haskell.yaml b/.github/workflows/haskell.yaml index 0714621ee..c9665954f 100644 --- a/.github/workflows/haskell.yaml +++ b/.github/workflows/haskell.yaml @@ -57,7 +57,7 @@ jobs: sbp2nmea echo "::set-output name=artifact_name::$ARTIFACT_NAME" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: ${{ steps.build.outputs.artifact_name }} path: ./haskell/${{ steps.build.outputs.artifact_name }}