Skip to content

Commit e9de12f

Browse files
authored
Merge pull request #235 from AlamoEngine-Tools/dependabot/github_actions/develop/actions-deps-c2e7f7cad0
Bump the actions-deps group with 2 updates
2 parents d082d3b + 9425801 commit e9de12f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Create packages
2828
run: dotnet pack --configuration Release --output ./packages
2929
- name: Upload a Build Artifact
30-
uses: actions/upload-artifact@v5
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: NuGet packages
3333
path: packages/*.*
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646
- name: Setup .NET
4747
uses: actions/setup-dotnet@v5
48-
- uses: actions/download-artifact@v6
48+
- uses: actions/download-artifact@v7
4949
with:
5050
name: NuGet packages
5151
path: packages

0 commit comments

Comments
 (0)