Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 4e3f68e

Browse files
authored
Merge pull request #14 from nils-org/renovate/actions-upload-artifact-3.x
(maint) Update actions/upload-artifact action to v3
2 parents 90afdbb + 95496e7 commit 4e3f68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171
cake-version: 0.38.5
7272
cake-bootstrap: true
7373
- name: Upload Issues
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v3
7575
with:
7676
if-no-files-found: warn
7777
name: ${{ matrix.os }} Issues
7878
path: |
7979
BuildArtifacts/report.html
8080
BuildArtifacts/**/coverlet/*.xml
8181
- name: Upload Packages
82-
uses: actions/upload-artifact@v2
82+
uses: actions/upload-artifact@v3
8383
if: runner.os == 'Windows'
8484
with:
8585
if-no-files-found: warn

0 commit comments

Comments
 (0)