Skip to content

Commit

Permalink
Merge pull request #132 from adoptium/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4.0.0

build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0
  • Loading branch information
gdams authored Dec 18, 2023
2 parents 20ecfe6 + 962c8d5 commit 091a474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
uses: ./.github/actions/build-marketplace

- name: Upload yaml schema
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: schema.yaml
path: adoptium-marketplace-schema/target/generated/openapi.yaml

- name: Upload json schema
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: schema.json
path: adoptium-marketplace-schema/target/generated/openapi.json

- name: Upload example data
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: example.json
path: adoptium-marketplace-schema-tests/src/test/resources/net/adoptium/marketplace/schema/example.json

0 comments on commit 091a474

Please sign in to comment.