Loading .github/workflows/eval.yml +4 −4 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ jobs: echo "systems=$(<result/systems.json)" >> "$GITHUB_OUTPUT" - name: Upload the list of all attributes uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: paths path: result/* Loading Loading @@ -122,7 +122,7 @@ jobs: # If it uses too much memory, slightly decrease chunkSize - name: Upload the output paths and eval stats uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: intermediate-${{ matrix.system }} path: result/* Loading Loading @@ -159,7 +159,7 @@ jobs: -o prResult - name: Upload the combined results uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: result path: prResult/* Loading Loading @@ -223,7 +223,7 @@ jobs: - name: Upload the combined results if: steps.targetRunId.outputs.targetRunId uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: comparison path: comparison/* Loading Loading
.github/workflows/eval.yml +4 −4 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ jobs: echo "systems=$(<result/systems.json)" >> "$GITHUB_OUTPUT" - name: Upload the list of all attributes uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: paths path: result/* Loading Loading @@ -122,7 +122,7 @@ jobs: # If it uses too much memory, slightly decrease chunkSize - name: Upload the output paths and eval stats uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: intermediate-${{ matrix.system }} path: result/* Loading Loading @@ -159,7 +159,7 @@ jobs: -o prResult - name: Upload the combined results uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: result path: prResult/* Loading Loading @@ -223,7 +223,7 @@ jobs: - name: Upload the combined results if: steps.targetRunId.outputs.targetRunId uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: comparison path: comparison/* Loading