mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
Merge pull request #943 from nttgin/dependabot/github_actions/dev/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
npm run compile
|
npm run compile
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
sleep 30 && npm run test-kafka
|
sleep 30 && npm run test-kafka
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs
|
||||||
|
|||||||
Reference in New Issue
Block a user