Skip to content

Commit 094bdcd

Browse files
GitHub Actions: update actions/upload-artifact [v2 -> v3]
1 parent 5c48fc0 commit 094bdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
targetdir: 'coveragereport'
6767
reporttypes: 'HtmlInline' # The output formats and scope (separated by semicolon) Values: Badges, Clover, Cobertura, CsvSummary, Html, HtmlChart, HtmlInline, HtmlInline_AzurePipelines, HtmlInline_AzurePipelines_Dark, HtmlSummary, JsonSummary, Latex, LatexSummary, lcov, MarkdownSummary, MHtml, PngChart, SonarQube, TeamCitySummary, TextSummary, Xml, XmlSummary
6868
sourcedirs: 'objectbox'
69-
- uses: actions/upload-artifact@v2
69+
- uses: actions/upload-artifact@v3
7070
with:
7171
name: CoverageReport # Artifact name
7272
path: coveragereport # Directory containing files to upload

0 commit comments

Comments
 (0)