Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3 (#906)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 31, 2023
1 parent 24366a9 commit de7b8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
../.github/workflows/test.sh
- name: Make HTML test report available
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: testreport-grass-${{ matrix.grass-version }}-python-${{ matrix.python-version }}
path: grass-addons/src/testreport
Expand Down

0 comments on commit de7b8df

Please sign in to comment.