Skip to content

Commit 1d9e65a

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.6.0 (#492)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tatsinnit <tatsatmishra@gmail.com>
1 parent 0b3cd81 commit 1d9e65a

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/integration-json.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
go-version: 1.22
2020
- name: make
2121
run: make
22-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
22+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
2323
with:
2424
name: helm-skaffold
2525
path: ./test/skaffold.yaml
2626
if-no-files-found: error
27-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
27+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
2828
with:
2929
name: draft-binary
3030
path: ./draft

.github/workflows/integration-per-language.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ jobs:
508508
run: |
509509
find ./langtest/.github/workflows -type f \( -iname \*.yaml -o -iname \*.yml \) \
510510
| xargs -I {} action-validator --verbose {}
511-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
511+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
512512
with:
513513
name: ${{inputs.language}}-manifests-create
514514
path: |
@@ -592,7 +592,7 @@ jobs:
592592
path: ./langtest/
593593
- run: ./check_windows_helm.ps1
594594
working-directory: ./langtest/
595-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
595+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
596596
with:
597597
name: ${{inputs.language}}-win-helm-create
598598
path: |
@@ -643,7 +643,7 @@ jobs:
643643
path: ./langtest/
644644
- run: ./check_windows_kustomize.ps1
645645
working-directory: ./langtest/
646-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
646+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
647647
with:
648648
name: ${{ inputs.language }}-win-kustomize-create
649649
path: |

.github/workflows/integration-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
go-version: 1.22
1717
- name: make
1818
run: make
19-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
19+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
2020
with:
2121
name: helm-skaffold
2222
path: ./test/skaffold.yaml
2323
if-no-files-found: error
24-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
24+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
2525
with:
2626
name: draft-binary
2727
path: ./draft
@@ -37,27 +37,27 @@ jobs:
3737
go-version: 1.22
3838
- name: make
3939
run: make
40-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
40+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4141
with:
4242
name: draft-binary-win
4343
path: ./draft.exe
4444
if-no-files-found: error
45-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
45+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4646
with:
4747
name: check_windows_helm
4848
path: ./test/check_windows_helm.ps1
4949
if-no-files-found: error
50-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
50+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5151
with:
5252
name: check_windows_addon_helm
5353
path: ./test/check_windows_addon_helm.ps1
5454
if-no-files-found: error
55-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
55+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5656
with:
5757
name: check_windows_kustomize
5858
path: ./test/check_windows_kustomize.ps1
5959
if-no-files-found: error
60-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
60+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
6161
with:
6262
name: check_windows_addon_kustomize
6363
path: ./test/check_windows_addon_kustomize.ps1

.github/workflows/poll-starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
done
7777
7878
- name: Upload run information
79-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
79+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8080
with:
8181
name: seen
8282
path: /tmp/seenWorkflows

0 commit comments

Comments
 (0)