diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 7dee4ee..2a43408 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@v7 with: name: uploaded path: date.txt