Unverified Commit 3fda586d authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#456175)

parents a514f73b 19d3996f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ jobs:
        if: |
          contains(matrix.builds, 'manual-nixos') && !cancelled() &&
          contains(fromJSON(inputs.baseBranch).type, 'primary')
        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
        with:
          name: nixos-manual-${{ matrix.name }}
          path: nixos-manual
+2 −2
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ jobs:

      - name: Upload outpaths diff and stats
        if: inputs.targetSha
        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
        with:
          name: ${{ matrix.version && format('{0}-', matrix.version) || '' }}diff-${{ matrix.system }}
          path: diff/*
@@ -200,7 +200,7 @@ jobs:
          cat comparison/step-summary.md >> "$GITHUB_STEP_SUMMARY"

      - name: Upload the comparison results
        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
        with:
          name: comparison
          path: comparison/*