VRMS icon indicating copy to clipboard operation
VRMS copied to clipboard

Pipelines Failure With Deprecated Message

Open geolunalg opened this issue 2 months ago • 2 comments

Overview

Pipelines are failing on simple changes that are not associated with code changes (e.g., updates to README files). Below is the failure message:

Current runner version: '2.329.0'
Runner Image Provisioner
Operating System
Runner Image
GITHUB_TOKEN Permissions
Secret source: None
Prepare workflow directory
Prepare all required actions
Getting action download info
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Action Items

  • [x] The following file needs to be reviewed: ../.github/workflows/pr-instructions.yml
  • [x] The issue may be related to line 31.
...
30      - name: Upload Artifacts
31        uses: actions/upload-artifact@v3
32        with:
33          name: adding-pr-instructions-artifact
34          path: addingPrInstructions/artifact/

geolunalg avatar Oct 21 '25 23:10 geolunalg