Skip to content

Commit 41c3d04

Browse files
Update GitHub Artifact Actions (major) (#1434)
* Update GitHub Artifact Actions * Automatically linting code --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rocket Understudy <33589210+rsg-bot@users.noreply.github.com>
1 parent f2cac4a commit 41c3d04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ jobs:
138138
dotnet .build/bin/Debug/.build.dll --target Default --skip Restore Build Test Pack
139139
- name: 🏺 Publish logs
140140
if: always()
141-
uses: actions/upload-artifact@v6.0.0
141+
uses: actions/upload-artifact@v7.0.0
142142
with:
143143
name: 'logs'
144144
path: 'artifacts/logs/'
145145
- name: 🏺 Publish test data
146146
if: always()
147-
uses: actions/upload-artifact@v6.0.0
147+
uses: actions/upload-artifact@v7.0.0
148148
with:
149149
name: 'test data'
150150
path: 'artifacts/test/'
@@ -155,7 +155,7 @@ jobs:
155155
files: 'artifacts/test/**/*.trx'
156156
- name: 🏺 Publish coverage data
157157
if: always()
158-
uses: actions/upload-artifact@v6.0.0
158+
uses: actions/upload-artifact@v7.0.0
159159
with:
160160
name: 'coverage'
161161
path: 'coverage/'
@@ -176,12 +176,12 @@ jobs:
176176
token: '${{ secrets.CODECOV_TOKEN }}'
177177
- name: 🏺 Publish NuGet Packages
178178
if: always()
179-
uses: actions/upload-artifact@v6.0.0
179+
uses: actions/upload-artifact@v7.0.0
180180
with:
181181
name: 'nuget'
182182
path: 'artifacts/nuget/'
183183
- name: 🏺 Publish Documentation
184-
uses: actions/upload-artifact@v6.0.0
184+
uses: actions/upload-artifact@v7.0.0
185185
with:
186186
name: 'docs'
187187
path: 'artifacts/docs/'

0 commit comments

Comments
 (0)