Skip to content

Commit f86f3ae

Browse files
Update GitHub Artifact Actions (major) (#1336)
* 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 df0791f commit f86f3ae

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ jobs:
142142
dotnet .build/bin/Debug/.build.dll --target Default --skip Restore Build Test Pack
143143
- name: 🏺 Publish logs
144144
if: always()
145-
uses: actions/upload-artifact@v4.6.2
145+
uses: actions/upload-artifact@v5.0.0
146146
with:
147147
name: 'logs'
148148
path: 'artifacts/logs/'
149149
- name: 🏺 Publish test data
150150
if: always()
151-
uses: actions/upload-artifact@v4.6.2
151+
uses: actions/upload-artifact@v5.0.0
152152
with:
153153
name: 'test data'
154154
path: 'artifacts/test/'
@@ -159,7 +159,7 @@ jobs:
159159
files: 'artifacts/test/**/*.trx'
160160
- name: 🏺 Publish coverage data
161161
if: always()
162-
uses: actions/upload-artifact@v4.6.2
162+
uses: actions/upload-artifact@v5.0.0
163163
with:
164164
name: 'coverage'
165165
path: 'coverage/'
@@ -180,12 +180,12 @@ jobs:
180180
token: '${{ secrets.CODECOV_TOKEN }}'
181181
- name: 🏺 Publish NuGet Packages
182182
if: always()
183-
uses: actions/upload-artifact@v4.6.2
183+
uses: actions/upload-artifact@v5.0.0
184184
with:
185185
name: 'nuget'
186186
path: 'artifacts/nuget/'
187187
- name: 🏺 Publish Documentation
188-
uses: actions/upload-artifact@v4.6.2
188+
uses: actions/upload-artifact@v5.0.0
189189
with:
190190
name: 'docs'
191191
path: 'artifacts/docs/'

0 commit comments

Comments
 (0)