Skip to content

Commit e228a94

Browse files
authored
deps: (deps): bump actions/upload-artifact from 4 to 5 (#375)
2 parents 4338e03 + bf02da1 commit e228a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build
5353
run: msbuild Auth0.OidcClient.All.sln -t:rebuild -verbosity:diag -property:Configuration=Release
5454

55-
- uses: actions/upload-artifact@v4
55+
- uses: actions/upload-artifact@v5
5656
with:
5757
name: build
5858
path: './src'

0 commit comments

Comments
 (0)