diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index b4355c2..bb5f0fd 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@v6 with: name: uploaded path: date.txt