Skip to content

Commit 0e74c42

Browse files
dependabot[bot]linkdotnet
authored andcommitted
build(deps): Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d09978 commit 0e74c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
dotnet pack src/bunit.generators/ -c release --output ${{ env.NUGET_DIRECTORY }} -p:ContinuousIntegrationBuild=true -p:publicrelease=true
7979
8080
# Publish the NuGet package as an artifact, so they can be used in the following jobs
81-
- uses: actions/upload-artifact@v6
81+
- uses: actions/upload-artifact@v7
8282
with:
8383
name: ${{ env.NUGET_PACKAGES_ARTIFACT }}
8484
if-no-files-found: error
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: 📛 Upload hang- and crash-dumps on test failure
143143
if: success() || failure()
144-
uses: actions/upload-artifact@v6
144+
uses: actions/upload-artifact@v7
145145
with:
146146
if-no-files-found: ignore
147147
name: test-dumps

0 commit comments

Comments
 (0)