Skip to content

Commit 1d4f9fa

Browse files
dependabot[bot]rcerven
authored andcommitted
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](actions/upload-artifact@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>
1 parent 3b3091b commit 1d4f9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: ./test.sh
4646

4747
- name: Upload pytest html report
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v3
4949
if: failure()
5050
with:
5151
path: __pytest_reports/dfp-unit-tests.html

0 commit comments

Comments
 (0)