Skip to content

Commit 1021387

Browse files
authored
Merge pull request #1219 from nginx-proxy/dependabot/github_actions/actions/upload-artifact-5
ci: bump actions/upload-artifact from 4 to 5
2 parents 3776be6 + 1116246 commit 1021387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: docker save $IMAGE > companion.tar
4848

4949
- name: Upload Image Artifact
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: companion.tar
5353
path: companion.tar

0 commit comments

Comments
 (0)