summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-24 12:19:54 +0000
committerGitHub <noreply@github.com>2025-02-24 12:19:54 +0000
commita38730c80611c3f3317449c41922d8c682573684 (patch)
tree34b7e9fb1e681901644e4e824f2a5ac7b907ae99 /.github
parentpython312Packages.atproto: init at 0.0.59 (#383978) (diff)
downloadnixpkgs-a38730c80611c3f3317449c41922d8c682573684.tar.gz
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/eval.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml
index beb993655af9..9e9b6b834ede 100644
--- a/.github/workflows/eval.yml
+++ b/.github/workflows/eval.yml
@@ -54,7 +54,7 @@ jobs:
echo "systems=$(<result/systems.json)" >> "$GITHUB_OUTPUT"
- name: Upload the list of all attributes
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: paths
path: result/*
@@ -123,7 +123,7 @@ jobs:
# If it uses too much memory, slightly decrease chunkSize
- name: Upload the output paths and eval stats
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: intermediate-${{ matrix.system }}
path: result/*
@@ -160,7 +160,7 @@ jobs:
-o prResult
- name: Upload the combined results
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: result
path: prResult/*
@@ -224,7 +224,7 @@ jobs:
- name: Upload the combined results
if: steps.targetRunId.outputs.targetRunId
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: comparison
path: comparison/*