-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Update actions to use Node 20"
This reverts commit ac3c4e2.
- Loading branch information
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ jobs: | |
fi | ||
working-directory: dist | ||
- name: Upload artifacts | ||
uses: actions/upload-artifact@v4 | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: ocebuild-py${{ env.python-version }} | ||
path: dist/* | ||
|
@@ -103,7 +103,7 @@ jobs: | |
contents: write | ||
steps: | ||
- name: Download artifact | ||
uses: actions/download-artifact@v4 | ||
uses: actions/download-artifact@v3 | ||
with: | ||
name: ocebuild-py${{ env.python-version }} | ||
path: dist | ||
|
@@ -121,10 +121,7 @@ jobs: | |
echo "version=$(curl -s https://raw.githubusercontent.com/Qonfused/OCE-Build/main/ci/registry/project.json | jq -r '.version')" >> "$GITHUB_ENV" | ||
- name: Upload to Release | ||
# uses: meeDamian/[email protected] | ||
uses: vmware-tanzu-learning/github-release@fix-deprecations | ||
# Fixes set-env and set-output depreciation notices: | ||
# - https://github.com/meeDamian/github-release/pull/35 | ||
uses: meeDamian/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
tag: nightly | ||
|