Skip to content

Commit a8543c2

Browse files
Update actions/upload-artifact action to v6 (#2763)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent fd79406 commit a8543c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
uses: Particular/run-tests-action@v1.7.0
4545
# Upload assets and packages
4646
- name: Upload assets
47-
uses: actions/upload-artifact@v5.0.0
47+
uses: actions/upload-artifact@v6.0.0
4848
with:
4949
name: Assets
5050
path: src/ServicePulse.Host/bin/Release/
5151
retention-days: 7
5252
- name: Upload packages
53-
uses: actions/upload-artifact@v5.0.0
53+
uses: actions/upload-artifact@v6.0.0
5454
with:
5555
name: NuGet packages
5656
path: nugets/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: dotnet build src/Setup --configuration Release
6969
# Upload artifacts
7070
- name: Publish artifacts
71-
uses: actions/upload-artifact@v5.0.0
71+
uses: actions/upload-artifact@v6.0.0
7272
with:
7373
name: artifacts
7474
path: |

0 commit comments

Comments
 (0)