diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0c7d91..e37cf7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: run: | echo "::error:: the generated file contained a username although the input was disabled" exit 1 - - uses: actions/upload-artifact@v2.2.0 + - uses: actions/upload-artifact@v3.1.1 if: always() with: name: ${{ github.job }}-owners @@ -107,7 +107,7 @@ jobs: run: | echo "::error:: the generated file contained a LICENSE glob" exit 1 - - uses: actions/upload-artifact@v2.2.0 + - uses: actions/upload-artifact@v3.1.1 if: always() with: name: ${{ github.job }}-owners @@ -148,7 +148,7 @@ jobs: - name: verify contents of generated file run: | grep -q "build.yml" .github/CODEOWNERS.test - - uses: actions/upload-artifact@v2.2.0 + - uses: actions/upload-artifact@v3.1.1 if: always() with: name: ${{ github.job }}-owners @@ -190,7 +190,7 @@ jobs: run: | echo "::error:: the expected owner could be found in the test file even though the distribution input was invalid" exit 1 - - uses: actions/upload-artifact@v2.2.0 + - uses: actions/upload-artifact@v3.1.1 if: always() with: name: ${{ github.job }}-owners diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 01ac69d..45d2f68 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -67,7 +67,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: upload updated markdown files as artifacts - uses: actions/upload-artifact@v2.2.0 + uses: actions/upload-artifact@v3.1.1 with: name: markdown path: '*.md'