Skip to content

Commit e45400a

Browse files
committed
chore(deps): update actions/upload-artifact action to v4.3.3
1 parent 48645ad commit e45400a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2525
if: github.event_name == 'push'
2626
- run: echo $GITHUB_REF | sed -e 's/^refs\///g' -e 's/^tags\///g' > VERSION
27-
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
27+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
2828
with:
2929
name: VERSION
3030
path: VERSION
@@ -106,7 +106,7 @@ jobs:
106106
env:
107107
GOOS: ${{matrix.OS}}
108108
GOARCH: ${{matrix.ARCH}}
109-
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
109+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
110110
with:
111111
name: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
112112
path: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}

0 commit comments

Comments
 (0)