Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 3f70875

Browse files
authored
Merge pull request #1031 from persistenceOne/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 5 to 6
2 parents 2e270cf + b7b82fb commit 3f70875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143
# Load the docker image tarball from github actions artifacts and run tests (one runner per test due to matrix)
144144
- name: Download Tarball Artifact
145-
uses: actions/download-artifact@v5
145+
uses: actions/download-artifact@v6
146146
with:
147147
name: pstake-docker-image
148148

0 commit comments

Comments
 (0)