Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.1.0
Browse files Browse the repository at this point in the history
| datasource  | package                 | from   | to     |
| ----------- | ----------------------- | ------ | ------ |
| github-tags | actions/upload-artifact | v3.0.0 | v3.1.0 |
| github-tags | actions/upload-artifact | v3.0.0 | v3.1.0 |
  • Loading branch information
renovate-bot committed May 27, 2022
1 parent 326e870 commit 470f2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "::set-output name=endpoints-version::$(head -n 1 build/semver/version.txt)"
- name: Upload reports
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
arguments: build --scan --stacktrace

- name: Upload reports
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
Expand Down

0 comments on commit 470f2e6

Please sign in to comment.