Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/deploy-to-pantheon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ concurrency:
cancel-in-progress: true

jobs:
warn_on_version:
name: "Warn that support for v0 ending"
runs-on: ubuntu-latest
steps:
- run: echo "::error title=Update now::Support for the download/upload-artifact@v3 actions are ending in November 2024. This means v0 of this workflow will stop working. You must update to the v1 version of this workflow to continue using it."

configure_env_vars:
name: Configure environment variables
container:
Expand Down