Skip to content

Commit

Permalink
Fix version tag for GH upload/download actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcra committed Nov 13, 2024
1 parent 8af6cae commit f91227a
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
# file(s) to be unique per workflow run, so make sure that the name is unique for each
# "matrix" combination for which this is executed.
if: matrix.tf_version_id == 'tf' && github.repository == 'tensorflow/tensorboard' && github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4
with:
name: tb-nightly_py${{ matrix.python_version }}
path: /tmp/tb_nightly_pip_package/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: github.repository == 'tensorflow/tensorboard'
steps:
- name: Download pip package
uses: actions/download-artifact@v4.4.3
uses: actions/download-artifact@v4
with:
pattern: tb-nightly_py*
# Download all matching artifacts in the same directory (specified by path)
Expand Down

0 comments on commit f91227a

Please sign in to comment.