Skip to content

Commit 071d853

Browse files
authored
Merge pull request #195 from cake-contrib/dependabot/github_actions/develop/actions/upload-artifact-3
(maint): Bump actions/upload-artifact from 2 to 3
2 parents 183b2a2 + e54db09 commit 071d853

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ jobs:
6262
cake-bootstrap: true
6363

6464
- name: Upload Issues-Report
65-
uses: actions/upload-artifact@v2
65+
uses: actions/upload-artifact@v3
6666
with:
6767
if-no-files-found: warn
6868
name: issues
6969
path: BuildArtifacts/report.html
7070

7171
- name: Upload Packages
72-
uses: actions/upload-artifact@v2
72+
uses: actions/upload-artifact@v3
7373
with:
7474
if-no-files-found: warn
7575
name: package

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: github/codeql-action/analyze@v1
7676

7777
- name: Upload CoreDump
78-
uses: actions/upload-artifact@v2
78+
uses: actions/upload-artifact@v3
7979
if: failure()
8080
with:
8181
if-no-files-found: warn

0 commit comments

Comments
 (0)