Skip to content

Commit 99d2499

Browse files
authored
Merge pull request #460 from persistenceOne/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 423123f + 25608b0 commit 99d2499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
# Use github actions artifacts for temporary storage of the docker image tarball
5959
- name: Publish Tarball as Artifact
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: persistence-docker-image
6363
path: ${{ env.TAR_PATH }}

0 commit comments

Comments
 (0)