Skip to content

Commit 34441fe

Browse files
Bump actions/upload-artifact from 4.3.6 to 4.4.0 in the actions group (#938)
1 parent efbb48a commit 34441fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,20 @@ jobs:
9494
./artifacts/packages/Release/Shipping/*
9595
9696
- name: Publish logs
97-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
97+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
9898
if: ${{ always() }}
9999
with:
100100
name: logs-${{ matrix.os_name }}
101101
path: ./artifacts/log/Release
102102

103103
- name: Publish NuGet packages
104-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
104+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
105105
with:
106106
name: packages-${{ matrix.os_name }}
107107
path: ./artifacts/packages/Release/Shipping
108108

109109
- name: Publish test results
110-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
110+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
111111
if: ${{ always() }}
112112
with:
113113
name: testresults-${{ matrix.os_name }}

0 commit comments

Comments
 (0)