Skip to content

Commit

Permalink
[Dependabot-automated] Bump actions/upload-artifact from 3 to 4 (#5821)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent 21329dd commit 9f6b10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Generate HTML docs
run: MLRUN_DOCKER_REGISTRY=ghcr.io/ MLRUN_DOCKER_CACHE_FROM_TAG=${{ steps.docker_cache.outputs.tag }} make html-docs-dockerized
- name: Upload generated docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/_build/html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-tests-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Upload env file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: env
path: "${{ steps.encrypt_file.outputs.env_file_path }}"
Expand Down

0 comments on commit 9f6b10a

Please sign in to comment.