Bump actions/upload-artifact from 2 to 3 (#1726)

This commit is contained in:
dependabot[bot]
2023-04-22 13:30:05 +00:00
committed by GitHub
parent b153539c90
commit e612fa953c

View File

@@ -44,7 +44,7 @@ jobs:
run: | run: |
mkdir -p ./pr mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR echo ${{ github.event.number }} > ./pr/NR
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
if: github.ref != 'refs/heads/main' if: github.ref != 'refs/heads/main'
with: with:
name: pr name: pr