Skip to content

Commit da5a36d

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 637b5ce commit da5a36d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
$(Get-FileHash ./${{ env.release }}.zip -Algorithm SHA256).Hash
7272
- name: Upload release
73-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
73+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7474
with:
7575
name: binaries-${{ env.release }}
7676
path: ./${{ env.release }}.zip
@@ -83,7 +83,7 @@ jobs:
8383
exclusions: '*.json'
8484
- name: Upload abstractions
8585
if: matrix.architecture == 'win-x64'
86-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
86+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8787
with:
8888
name: binaries-dev-proxy-abstractions-${{ github.ref_name }}
8989
path: ./dev-proxy-abstractions-${{ github.ref_name }}.zip
@@ -118,7 +118,7 @@ jobs:
118118
working-directory: ./${{ env.release }}
119119
- name: Upload Installer
120120
if: contains(matrix.architecture, 'win-')
121-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
121+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
122122
with:
123123
name: installer-dev-proxy-${{ github.ref_name }}-${{ matrix.architecture }}
124124
path: ./${{ env.release }}/dev-proxy-installer-${{ matrix.architecture }}-${{ github.ref_name }}.exe

0 commit comments

Comments
 (0)