Skip to content

Commit f0513d9

Browse files
authored
Merge pull request #124 from roku674/dependabot/github_actions/develop/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 51cab4c + 1afbb26 commit f0513d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Publish Test Results
6565
if: always()
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: test-results
6969
path: '**/TestResults/*'

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Upload packages as artifacts
105105
if: steps.check-pack.outputs.has_packages == 'true'
106-
uses: actions/upload-artifact@v6
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: nuget-packages
109109
path: ./nupkgs/*.nupkg

0 commit comments

Comments
 (0)