diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 9e20a78..c73bfe3 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - run: date > date.txt - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: uploaded path: date.txt