Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-template-repo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Prosper
docker-template-repo
Commits
cdff7875
Commit
cdff7875
authored
2 years ago
by
RenovateBot
Browse files
Options
Downloads
Patches
Plain Diff
Update actions/upload-artifact action to v3
parent
05f79ef5
No related branches found
Branches containing commit
No related tags found
1 merge request
!109
Update actions/upload-artifact action to v3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/test.yml
+2
-2
2 additions, 2 deletions
.github/workflows/test.yml
with
2 additions
and
2 deletions
.github/workflows/test.yml
+
2
−
2
View file @
cdff7875
...
@@ -26,14 +26,14 @@ jobs:
...
@@ -26,14 +26,14 @@ jobs:
run
:
./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info
run
:
./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info
-
name
:
List files in libs
-
name
:
List files in libs
run
:
ls -ahl build/libs
run
:
ls -ahl build/libs
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
with
:
name
:
build-artifacts-gradle
name
:
build-artifacts-gradle
path
:
|
path
:
|
build/libs/
build/libs/
!build/libs/libraries/
!build/libs/libraries/
if-no-files-found
:
warn
# 'warn' or 'ignore' are also available, defaults to `warn`
if-no-files-found
:
warn
# 'warn' or 'ignore' are also available, defaults to `warn`
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
if
:
failure()
if
:
failure()
with
:
with
:
name
:
gradle-report
name
:
gradle-report
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment