Skip to content

Commit 458c76f

Browse files
authored
Merge pull request #46 from DoodleScheduling/renovate/actions-upload-artifact-3.x
chore(deps-dev): update actions/upload-artifact action to v3.1.3
2 parents 7e9e9ba + 1c55f20 commit 458c76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
docker save --output k8sdb-controller-container.tar k8sdb-controller:latest
5656
- name: Upload image
57-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce #v3.1.2
57+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
5858
with:
5959
name: k8sdb-controller-container
6060
path: k8sdb-controller-container.tar

0 commit comments

Comments
 (0)