Skip to content

Commit a37b214

Browse files
authored
Merge pull request #223 from LemonUIbyLemon/dependabot/github_actions/actions/upload-artifact-4.6.2
Bump actions/upload-artifact from 4.6.1 to 4.6.2
2 parents 193ae8a + 158e69b commit a37b214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
csproj-files: "**/*.csproj"
3232
- run: dotnet build ${{ github.event.repository.name }}.sln -c ${{ matrix.configuration }}
3333
working-directory: ${{ env.GITHUB_WORKSPACE }}
34-
- uses: actions/upload-artifact@v4.6.1
34+
- uses: actions/upload-artifact@v4.6.2
3535
with:
3636
name: ${{ github.event.repository.name }}.${{ matrix.configuration }}
3737
path: bin/${{ matrix.configuration }}

0 commit comments

Comments
 (0)