Skip to content

Commit 3fa38ae

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.0.0...v4.1.0) Updates `actions/download-artifact` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3f3355 commit 3fa38ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ jobs:
7878

7979
- name: Upload artifacts
8080
if: matrix.os == 'ubuntu-latest'
81-
uses: actions/upload-artifact@v4.0.0
81+
uses: actions/upload-artifact@v4.1.0
8282
with:
8383
name: nupkg
8484
path: ./artifacts/*.nupkg
8585

8686
- name: Upload test results
8787
if: failure()
88-
uses: actions/upload-artifact@v4.0.0
88+
uses: actions/upload-artifact@v4.1.0
8989
with:
9090
name: build-verify-test-results
9191
path: |
@@ -131,7 +131,7 @@ jobs:
131131
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }}
132132

133133
- name: Download nupkg
134-
uses: actions/[email protected].0
134+
uses: actions/[email protected].1
135135
with:
136136
name: nupkg
137137
path: .nuget
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: Upload test results
181181
if: failure()
182-
uses: actions/upload-artifact@v4.0.0
182+
uses: actions/upload-artifact@v4.1.0
183183
with:
184184
name: integration-verify-test-results
185185
path: |
@@ -199,7 +199,7 @@ jobs:
199199

200200
steps:
201201
- name: Download nupkg
202-
uses: actions/[email protected].0
202+
uses: actions/[email protected].1
203203
with:
204204
name: nupkg
205205

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: dotnet r pack -- --no-build
4646

4747
- name: Upload artifacts
48-
uses: actions/upload-artifact@v4.0.0
48+
uses: actions/upload-artifact@v4.1.0
4949
with:
5050
name: nupkg
5151
path: ./artifacts/*.nupkg
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Upload test results
8585
if: failure()
86-
uses: actions/upload-artifact@v4.0.0
86+
uses: actions/upload-artifact@v4.1.0
8787
with:
8888
name: verify-test-results
8989
path: |

0 commit comments

Comments
 (0)