mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
workflow: bump all actions to v3
This commit is contained in:
parent
1f9cf753c9
commit
cce31e15f2
6
.github/workflows/building.yml
vendored
6
.github/workflows/building.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
commit_message: ${{ steps.build.outputs.commit_message }}
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v3
|
||||
- name: Install tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
echo "::set-output name=commit_subject::$(git log -1 "$GITHUB_SHA" --pretty="%s")"
|
||||
echo "::set-output name=commit_message::$(git log -1 "$GITHUB_SHA" --pretty="%b")"
|
||||
- name: Publish build to GH Actions
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ~/artifacts/*
|
||||
name: build
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
current_date: ${{ steps.commit.outputs.current_date }}
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: build
|
||||
path: build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user