Skip to content

Commit 04f3ed4

Browse files
Update actions/upload-artifact action to v4.6.0 (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9fb5e35 commit 04f3ed4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI-CD.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Upload
16-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
16+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
1717
with:
1818
name: Event File
1919
path: ${{ github.event_path }}
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload Test Results
4646
if: always()
47-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
47+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4848
with:
4949
name: Test Results (${{matrix.os}})
5050
path: "**/TestResults/*.xml"
@@ -53,7 +53,7 @@ jobs:
5353
run: dotnet pack --configuration Release --no-build --include-symbols
5454

5555
- name: Upload Artifacts
56-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
56+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5757
with:
5858
name: nugetcleaner-nugetpackage
5959
path: |

0 commit comments

Comments
 (0)