summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-15 11:09:41 +0000
committerEmanuele Torre <torreemanuele6@gmail.com>2023-09-15 13:44:46 +0200
commit24e6e6ea3989ccd1b83be9e61f2666d016bac330 (patch)
tree11c811023a387cfea4c857eabc26f0118517afe0 /.github
parentfb493df0188e62b358e03184134f88e80b1ee339 (diff)
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/scanbuild.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scanbuild.yml b/.github/workflows/scanbuild.yml
index ad94e0fa..686285fd 100644
--- a/.github/workflows/scanbuild.yml
+++ b/.github/workflows/scanbuild.yml
@@ -69,7 +69,7 @@ jobs:
cat test-suite.log
cat tests/*.log
- name: Upload Logs
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: Scan-Build Reports
path: '/tmp/scan-build*/'