diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7ed67ca..3389c90 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: - name: Add results to step summary run: cat docs/_includes/implementations.json >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: implementations path: docs/_includes/* @@ -64,7 +64,7 @@ jobs: echo "# Specific Draft & Implementation results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/per-draft.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: functional path: docs/_includes/* @@ -93,7 +93,7 @@ jobs: echo "# Json Validator Benchmark Results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/JsonValidateBenchmark.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: validateBenchmark path: docs/_includes/* @@ -122,7 +122,7 @@ jobs: echo "# Json Serde Benchmark Results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/JsonSerdeBenchmark.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: serdeBenchmark path: docs/_includes/*