diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index fb83c61..d968e77 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -23,7 +23,7 @@ jobs: runs-on: windows-latest steps: - name: Download math result for job 1 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: homework - shell: bash @@ -42,7 +42,7 @@ jobs: runs-on: macOS-latest steps: - name: Download math result for job 2 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: homework - name: Print the final result