Skip to content

Commit 91afea6

Browse files
authored
Merge pull request #251 from maxmind/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 508bb82 + 6b45644 commit 91afea6

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
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet pack -c Release MaxMind.Db/MaxMind.Db.csproj
4242

4343
- name: Upload artifacts
44-
uses: actions/upload-artifact@v5
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: nuget-packages
4747
path: MaxMind.Db/bin/Release/*.nupkg

0 commit comments

Comments
 (0)